I have a DB which requires staff to select their name from a list when taking a booking.
Is there an easy way of the combo box remembering what was selected last when the form is opened, rather than the staff member have to select it every time they take a booking.
I.E. Bob takes a booking and selects "Bob" in the "booked-by" field. The form is closed and the next time it is opened "Bob" is in the "booked-by" field until someone else selects their name.
The combo box gets its data from one column in table "tbl_staff".
Cheers, Rich.
Is there an easy way of the combo box remembering what was selected last when the form is opened, rather than the staff member have to select it every time they take a booking.
I.E. Bob takes a booking and selects "Bob" in the "booked-by" field. The form is closed and the next time it is opened "Bob" is in the "booked-by" field until someone else selects their name.
The combo box gets its data from one column in table "tbl_staff".
Cheers, Rich.