R
Ronnie
I am trying to set up a form so that I can apply a purchase order to a
customer. The PO should show each item that applies to that order.
There are 4 tables:
Customer ID Table - Customer ID #, Name, address, etc.
Item Table - Item #, Product Name, Unit Price
Purchase order Table - Purchase Order No, Customer ID
Purchase Order Details Table - PO Details ID, PO No, Item No., Quantity
There are 2 queries:
Order With Customer Info - PO No., Customer ID
Order With Item Info - Item No, Product Name, Unit Price, Quantity
There is a Form and a subform:
Form - Customer Info with PO No.
Subform - PO Details ID, Item#, Product Name, Unit Price, Quantity
When I try to add a record to the form, this is the response:
"You cannot add a record because a related record is required In the
Purchase Order Table."
I am not sure what it it looking for. Does anyone know?
Ronnie
customer. The PO should show each item that applies to that order.
There are 4 tables:
Customer ID Table - Customer ID #, Name, address, etc.
Item Table - Item #, Product Name, Unit Price
Purchase order Table - Purchase Order No, Customer ID
Purchase Order Details Table - PO Details ID, PO No, Item No., Quantity
There are 2 queries:
Order With Customer Info - PO No., Customer ID
Order With Item Info - Item No, Product Name, Unit Price, Quantity
There is a Form and a subform:
Form - Customer Info with PO No.
Subform - PO Details ID, Item#, Product Name, Unit Price, Quantity
When I try to add a record to the form, this is the response:
"You cannot add a record because a related record is required In the
Purchase Order Table."
I am not sure what it it looking for. Does anyone know?
Ronnie