How do I enter multiple lines (i.e. one order, many products) usi.

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

Guest

I am creating a new database for our catering program, and I can't seem to
figure out how to enter multiple products in one order. Can anybody help me
out?? Thanks!
 
I am creating a new database for our catering program, and I can't seem to
figure out how to enter multiple products in one order. Can anybody help
me
out?? Thanks!

Open up your Northwind database and have a look at the Orders, Products and
Order Details tables. Then have a look at Orders and Orders Subform forms,
and the queries that they use.
 
AmandaS said:
I am creating a new database for our catering program, and I can't seem to
figure out how to enter multiple products in one order. Can anybody help me
out?? Thanks!

Two separate tables (Orders, OrderItems) with a one to many relationship.
Then use a form/subform for data entry.
 
Back
Top