Saving List Box Values

  • Thread starter Thread starter ckerns
  • Start date Start date
C

ckerns

I have unbound list box on form. Form is used to import xl files.
When file is imported its name is added to the list box.

How can I save the values for this list box so that the list is
populated the next time the form is opened.

tia
 
I have unbound list box on form.
Form is used to import xl files.
When file is imported its name
is added to the list box.

How can I save the values for this
list box so that the list is populated
the next time the form is opened.

How is it populated now? Save the new information in whatever you use for,
or to fill, the RowSource of the List Box at the same time you add it to the
list.

Larry Linson
Microsoft Access MVP
 
Back
Top