T
tim johnson
I have a list box that contains many records with each
record having a unique ID (primary key)
How can I go to a specific record in the listbox using
the primary key as the search criterion.
What I would like to do is to have an unbound combobox on
this form where the value of any record selected will be
the primary key and use the after update event of the
combobox as to lookup the record and display it.
This is similar to selecting the first letter of a
listbox column and the cursor jumps to that record.
Thanks
Thanks
record having a unique ID (primary key)
How can I go to a specific record in the listbox using
the primary key as the search criterion.
What I would like to do is to have an unbound combobox on
this form where the value of any record selected will be
the primary key and use the after update event of the
combobox as to lookup the record and display it.
This is similar to selecting the first letter of a
listbox column and the cursor jumps to that record.
Thanks
Thanks