AutoNumber Display

Virginia

Registered User.
Local time
Today, 16:13
Joined
Nov 16, 2000
Messages
10
I have created a form that has an AutoNumber field. When the user first opens the form, the new record will display "(AutoNumber)" until the user fills out any of the fields on the form and then it changes to the current record. Is there a way I can have this field show the current record number automatically instead of "(AutoNumber)"?
Any help is greatly appreciated!
 
It won't have a new number untill you have added a new record if you want to view the previous number add an unbound text box and use DMax to find the last autonumber.
 
Thanks for the tip, it was very helpful!
 

Users who are viewing this thread

Back
Top Bottom