Z
Zanstemic
=Nz(DMax(" [CPSAutoNumber]","Attendees","[RegistrationDate]
The configuration is a split database with MDE Front Ends for data entry.
The users select a data entry button that Opens a Form and goes to Record
New using a macro.
The issue is when multple users are going to enter at the same time. Whoever
gets there first, recieves the number and the next person gets the same
number which errors out when saving.
I'm anticipating needing to setup and Event Procedure to check the number
first to make sure it increments as a unique number.
Any suggestions on how to best approach this code and where to place the
code (in the button on click or in the form on open or etc.)?
Thanks in advance for all the help and guidance.
=Date()"),0)+1
The configuration is a split database with MDE Front Ends for data entry.
The users select a data entry button that Opens a Form and goes to Record
New using a macro.
The issue is when multple users are going to enter at the same time. Whoever
gets there first, recieves the number and the next person gets the same
number which errors out when saving.
I'm anticipating needing to setup and Event Procedure to check the number
first to make sure it increments as a unique number.
Any suggestions on how to best approach this code and where to place the
code (in the button on click or in the form on open or etc.)?
Thanks in advance for all the help and guidance.