I have a POS database that I have been working on for quite a while and have a situation that I cannot get past. I would appreciate anyone's input to have me. The situation is this.. I have a tblCustomer, tblOrders and several table details. The one that I am having a problem with is frmApparelOrderDetail. I want to be able to populate the frmApparelOrderDetail with information from the frmOrders. I have established the relationship between these tables and the query is LEFT joined. But when I try to fill out the detail form it gives me a new OrderID every time I try put in multiple items. This form has been a real problem for some time and I just modified the SQL statement to make sure the OrderID was being pulled from the tblApparelOrderDetail not tblOrders. This solved one problem but created this new situation.
I have attached my database to this post in hopes that someone will be able to help me. Also I have limited data listed as I am almost ready to put REAL data in and deleted all the test data.
Sure hope someone can assist me. Sharon