G
Guest
I have a bound form to a member table in my Access 2003 DB. The user needs
to be able to search members by last name and select the desired record to
view/edit. I used an unbound listbox to successfully display the records
returned based on the user search. I used a recordset object in VB code to
get and display the data for the listbox. When a user clicks on a record in
the listbox, I want to the form to automatically go to and display the
selected record.
Am I on the right track here? If so, how can I set the current record on
the form to the selected record in the list box? I could not get GoToRecord
to work.
to be able to search members by last name and select the desired record to
view/edit. I used an unbound listbox to successfully display the records
returned based on the user search. I used a recordset object in VB code to
get and display the data for the listbox. When a user clicks on a record in
the listbox, I want to the form to automatically go to and display the
selected record.
Am I on the right track here? If so, how can I set the current record on
the form to the selected record in the list box? I could not get GoToRecord
to work.