I have created a form on which the user enters or ammends records in the main table of the database. One of the fields displayed on the form is the record number which is an AutoNumber and the primary key of the table. This
is updated when a new record is created and can't be edited on the form.
When a record needs editing, I need the user to be able to go straight to the required record when the form is opened as opposed to navigating through all the records using the "next record" command button I created. The record number text box is bound to the AutoNumber field of the table.
Can anyone advise an easy way to do this.
Thanks
VC
is updated when a new record is created and can't be edited on the form.
When a record needs editing, I need the user to be able to go straight to the required record when the form is opened as opposed to navigating through all the records using the "next record" command button I created. The record number text box is bound to the AutoNumber field of the table.
Can anyone advise an easy way to do this.
Thanks
VC