Is there a way to see the Next Record_ID (AutoNumber) if there are no records in the table?
I have a form that doesn’t submit until the user clicks a submit button. One control in the form requires a combined value of the date and the Record_ID and I need a record to start the process otherwise I would just DMax and add 1.
I don’t trust any of the users with knowledge of getting to the tables and mucking about trying to delete a dummy record used to start the numbering and I will not be in site to do it.
Anyone have a simple suggestion?
Thanks in advance for any ideas!
James
I have a form that doesn’t submit until the user clicks a submit button. One control in the form requires a combined value of the date and the Record_ID and I need a record to start the process otherwise I would just DMax and add 1.
I don’t trust any of the users with knowledge of getting to the tables and mucking about trying to delete a dummy record used to start the numbering and I will not be in site to do it.
Anyone have a simple suggestion?
Thanks in advance for any ideas!
James