matthewnsarah07
Registered User.
- Local time
- Today, 09:04
- Joined
- Feb 19, 2008
- Messages
- 192
I currently have an autonumber field [RequestNumber] to give a unique identifier to each record in my holiday database - if the number is somewhat random that doesn't matter.
The only problem I get is that one someone starts filling out a sheet the number is assigned as they type, if they don't click submit (which emails the form) it is still stored in whatever state it was left.
Question - is it possible to suppress the autonumber until the submit button has been clicked or if not possible what vba code can i use say in on close to delete a record that has not been submitted??
Thanks for your help
The only problem I get is that one someone starts filling out a sheet the number is assigned as they type, if they don't click submit (which emails the form) it is still stored in whatever state it was left.
Question - is it possible to suppress the autonumber until the submit button has been clicked or if not possible what vba code can i use say in on close to delete a record that has not been submitted??
Thanks for your help