I have an update record form and I would like the user to be able to key in the serial number, my unique field, hit Tab, and have all the other fields on the form associated with that serial number, to fill out appropriately. The fields on the form all correspond to the fields in the one table I have where serial number is the primary key.
The idea is my user can specify a particular record to modify quickly. There are too many records for a dropdown list.
Is there any way to do this using a query or am I looking at using my rather rusty Visual Basic?
The idea is my user can specify a particular record to modify quickly. There are too many records for a dropdown list.
Is there any way to do this using a query or am I looking at using my rather rusty Visual Basic?