J
JohnE
I am attempting to have a field fill automatically thru
the Default property a client code 1 greater then the
previous client code. The client code will be an
alphanumeric code. An example is CAM0102. I have been
able to get the numbering but not the CAM part. I have
tried the following:
=DMax("[TestCode]","TEST") & "CAM0"+1
but I get #Error in the field. No doubt this is not
correct. Can someone see the #Error of my way? Or even a
better way of working it?
Thanks in advance to anyone who responds.
*** John
the Default property a client code 1 greater then the
previous client code. The client code will be an
alphanumeric code. An example is CAM0102. I have been
able to get the numbering but not the CAM part. I have
tried the following:
=DMax("[TestCode]","TEST") & "CAM0"+1
but I get #Error in the field. No doubt this is not
correct. Can someone see the #Error of my way? Or even a
better way of working it?
Thanks in advance to anyone who responds.
*** John