Hey,
I have two tables. The first table, tblOrders, has general order information and the second, tblItemInfo, has information about specific items within the order. The primary key for tblOrders is OrderID. Each item within an order will be in tblItemInfo along with the OrderID it is associated with. So within tblItemInfo there could be multiple rows with the same OrderID, meaning those items are in the same order.
I need a way to list all the orders and below each order have a list of the items within that order. When I created a subform and tried to put it into the detail section of a form I received an error message that I couldn't put a subform within a continuous form. Any suggestions?
I have two tables. The first table, tblOrders, has general order information and the second, tblItemInfo, has information about specific items within the order. The primary key for tblOrders is OrderID. Each item within an order will be in tblItemInfo along with the OrderID it is associated with. So within tblItemInfo there could be multiple rows with the same OrderID, meaning those items are in the same order.
I need a way to list all the orders and below each order have a list of the items within that order. When I created a subform and tried to put it into the detail section of a form I received an error message that I couldn't put a subform within a continuous form. Any suggestions?