Hi
I have a basic question related to database child-forms
If I have 2 tables, one called tblorder (orderID, productID, date) and another one called tblproducts (productID, ProductName, Category) and they are linked throuh 1:M relationship (one order could have multiple products)
I want someone to teach me how to create a form (orders) with a subform (products) where I create a new order , in other words, I want to enter data from in the form and the subform without problems,,, I hope someone could explain it step by step!
I have a basic question related to database child-forms
If I have 2 tables, one called tblorder (orderID, productID, date) and another one called tblproducts (productID, ProductName, Category) and they are linked throuh 1:M relationship (one order could have multiple products)
I want someone to teach me how to create a form (orders) with a subform (products) where I create a new order , in other words, I want to enter data from in the form and the subform without problems,,, I hope someone could explain it step by step!