I am trying to setup a Append query in which you use an open form button and it appends data to the form that I am opening
The data on the main form is order info
OrderPK
ProductFK
UnitPrice
Quantity
On the Invoice form I want the data
ProductFK
UnitPrice
to append to the Invoice details tbl so I can see what the customer ordered and gives me the ability to invoice what we have on hand and then invoice later when we get more in. My other problem is linking the data to the order that I am working on instead of appending everything from the orders table to the invoice table
The data on the main form is order info
OrderPK
ProductFK
UnitPrice
Quantity
On the Invoice form I want the data
ProductFK
UnitPrice
to append to the Invoice details tbl so I can see what the customer ordered and gives me the ability to invoice what we have on hand and then invoice later when we get more in. My other problem is linking the data to the order that I am working on instead of appending everything from the orders table to the invoice table