johngordon
Technical User
I need some guidance.
How well would this autonumber do on a network?
= DMax ("[YourFieldName]","YourTableName") + 1
If I enter a record based on the above expression, and someone else on the network enters a record, does the next higher number come from the table or from their form?
I am thinking that it comes from their form, am I right?
Thanks,
John
How well would this autonumber do on a network?
= DMax ("[YourFieldName]","YourTableName") + 1
If I enter a record based on the above expression, and someone else on the network enters a record, does the next higher number come from the table or from their form?
I am thinking that it comes from their form, am I right?
Thanks,
John