D
DS
I'm using the code below to generate a new salesID number this works
fine except I need to add a letter after the number. How do I get this
to increment automatically as such...
1A
1B
1C
....etc.
Thanks
DS
Me.TxtPatSalesID = Nz(DMax("[SalesID]", "Sales"), 0) + 1
fine except I need to add a letter after the number. How do I get this
to increment automatically as such...
1A
1B
1C
....etc.
Thanks
DS
Me.TxtPatSalesID = Nz(DMax("[SalesID]", "Sales"), 0) + 1