G
Guest
Dear friends,
I use this expression for the "default value" property of a numeric text box:
= nz(dmax("orderno","orders","client='" & me.client & "'"),1)
and I always get the #Error in that field.
I have to mention that the field I am talking about is inside a subform. If
I try the same in the parent form everything is OK.
Can someone help pls?
Thanks and regards
Catalin
I use this expression for the "default value" property of a numeric text box:
= nz(dmax("orderno","orders","client='" & me.client & "'"),1)
and I always get the #Error in that field.
I have to mention that the field I am talking about is inside a subform. If
I try the same in the parent form everything is OK.
Can someone help pls?
Thanks and regards
Catalin