Saving List Box Values

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
 
L

Larry Linson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top