johngordon
Technical User
I use the following code to create record numbers for my database:
=DMax("[ID]","Process")+1
Works ok in a stand alone enviorment, but in a multi use enviorment it seems to not work so well.
I do not like using Autonumber and would like to use a simple numbering system like Autonumber.
Can anyone share their thoughts on a good but simple numbering system that will work in both a stand alone and multi user enviorment.
Thanks,
John
=DMax("[ID]","Process")+1
Works ok in a stand alone enviorment, but in a multi use enviorment it seems to not work so well.
I do not like using Autonumber and would like to use a simple numbering system like Autonumber.
Can anyone share their thoughts on a good but simple numbering system that will work in both a stand alone and multi user enviorment.
Thanks,
John