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

A

AmandaS

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!
 
M

Mike Labosh

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

Rick Brandt

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