list boxes and adding data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I use a list box to select items and add it to another table? Is
there an easy way to do this without too much programming?
 
How can I use a list box to select items and add it to another table? Is
there an easy way to do this without too much programming?

The easy way to do this is with a subform in continuous view, with the
list in a combo box on the subform. For an example, see the Orders form
in the Northwind sample database that's installed with every copy of
Access. The subform and the combobox where you select products are doing
just what you want.
 

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

Back
Top