Use a listbox to navigate records in a form

M

M K

I have a for that I have been using the navigation buttons to navigate
through. But that is getting difficult as our data is growing. This form
shows groups from a table, and the groups have unique IDs.

I now have a listbox control that shows the groups, and it is bound to the
Group IDs (thought the Group IDs column is hidden in the listbox control). As
I navigate through the listbox, I would like the form to navigate as well.

How can I do this?
 
Top