In Access 2003:
I have set up a query to work out the next number for the customer ID field based on the max no already in the table. I have then set up an add new customer form and want the customer id to automatically appear as the updated field from the query
I'm guessing i may not be able to do that, so i have built an event on the customer ID field in the form that reads
=DMax(“[Customer ID]”,”tblCustomer”)+1
But that does seem to work either - i basically need a form that generates a new customer id based on the max, but i cant have it set as an autonumber field
Any suggestions?
Thanks