Need a tip with form

  • Thread starter Wojtek Kwasniewski
  • Start date
W

Wojtek Kwasniewski

I have few related tables. I would like to put data to table "orders" but
using combo box, by selecting the values from related tables. and i would
like to update automaticly values in table Orders. how to do this?

Thanks,
Wojciech
 
A

Allen Browne

Open the Northwind sample database that installs with Access.
Open the Orders form, and see how it is done.

There is a combo in the main form for selecting the client, and a combo in
the subform for selecting the products.
 
Top