list boxes and adding data

E

emom

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?
 
J

John Nurick

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.
 
Top