Yes, Pat. I understand that. In fact, I do have my tables set up that way:
Table: Order
Fields: OrderID (key), OrderDate, Customer, TotalAmount, Product, ShipDate
Table: Rep
Fields: RepID (key), RepName, RepTitle, RepRegion
Table: Rep-Order
Fields: OrderID (key) , RepID (key)
One order may...