R
Richard M. Hartman
I've found examples that do this one way, with
either lists or combo boxes. For example, this:
http://allenbrowne.com/ser-03.html
Which clones the form recordset, finds the
item in it based on the selection, then
sets the form bookmart to match the clone
recordset bookmark.
Ok, that's half the job. When you select
something on the listbox, the form moves
to the matching record.
How about t'other way 'round? When you
used the record navigation buttons on the
form how do you update the current selection
in the listbox (or combobox)?
either lists or combo boxes. For example, this:
http://allenbrowne.com/ser-03.html
Which clones the form recordset, finds the
item in it based on the selection, then
sets the form bookmart to match the clone
recordset bookmark.
Ok, that's half the job. When you select
something on the listbox, the form moves
to the matching record.
How about t'other way 'round? When you
used the record navigation buttons on the
form how do you update the current selection
in the listbox (or combobox)?