List Box

  • Thread starter Thread starter Andrea
  • Start date Start date
A

Andrea

I was wondering how to make my list box remember the
selection AFTER a new record is made. Currently, I make
a selection in the list box; and when I go back to that
record, the selection is no longer highlighted. Thanks!
 
Andrea said:
I was wondering how to make my list box remember the
selection AFTER a new record is made. Currently, I make
a selection in the list box; and when I go back to that
record, the selection is no longer highlighted. Thanks!

Is the ListBox bound to a field? If you want it to "remember" a value
per-record that is the only way to do it.
 
I created the list box using the wizard and typed in the
values for the list box. The list does not come from a
field list. If it is necessary for me to do that for it
to remember the selection, does the field list have to be
updated in the table the form is linked to?

Thanks for your help!
Andrea
 
Back
Top