Goto Record from ComboBox

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

Guest

How can I have a bound form go to the record i select in an unbound combo box
of the same form?

James
 
I cant seem to get it to work, it only highlights the textbox control.

My combo box displayst the NAME field of all tables stored in the TABLES
table. When I go to the control for NAME (bound to the field) and tell it to
gotorecord, it just skips to the next record (if I dont specify which
record), or does nothing (if i specify the listbox).

I found a solution on MVPS.org, but it involves using a bookmark - which i
dont understand and am scared of the 'bookmark bug'.
 
Back
Top