View Full Version : AutoNumber Display


Virginia
01-08-2001, 06:12 AM
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!

Richie
01-08-2001, 12:12 PM
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.

Virginia
01-08-2001, 03:12 PM
Thanks for the tip, it was very helpful!