Use listbox to navigate in form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form, with several linked subforms. Currently I navigate with the
record navigation buttons at the bottom. I would like to have a listbox
control and have the form navigate as I scroll through the listbox.

The form has a few fields and a few sub tables. The form is based on data
listing different Groups. Each group has a Group ID.

I placed a listbox on the form that shows the Groups, and the Group ID
field, though part of the listbox, is hidden and the bound column. It shows
what I want it to.

How do I tie them together?
 
Back
Top