I have a database that I’m building to ship product.
I have an inventory table that list all the details of each product in stock.
I have another table that is to list what carrier shipped the selected products. This table has a counter field to uniquely identify each shipment that is called Shipment ID.
What I am trying to do is to build a main form with a subform. The main form is where I select the carrier and I would like the subform to display all of the products in inventory. In the inventory table I have a “Yes/No” box to check if you want that particular item to ship with the selected carrier and selected shipment.
In other words, if there were 100 different products in stock, I want to be able to scroll down the list and click off on a check box for whichever products I want to go on a particular shipment.
I thought I could have a field in the products table called Shipment ID and use this to link the master/child fields. However, this is not working.
Any ideas would be greatly appreciated.
Thanks - John
I have an inventory table that list all the details of each product in stock.
I have another table that is to list what carrier shipped the selected products. This table has a counter field to uniquely identify each shipment that is called Shipment ID.
What I am trying to do is to build a main form with a subform. The main form is where I select the carrier and I would like the subform to display all of the products in inventory. In the inventory table I have a “Yes/No” box to check if you want that particular item to ship with the selected carrier and selected shipment.
In other words, if there were 100 different products in stock, I want to be able to scroll down the list and click off on a check box for whichever products I want to go on a particular shipment.
I thought I could have a field in the products table called Shipment ID and use this to link the master/child fields. However, this is not working.
Any ideas would be greatly appreciated.
Thanks - John