I've created a form that contains a subform with Order details info. The main form MainSys has a primary key OrderID and the subform SysDetail has a primary key OrderDetailID and also contains OrderID. The link Child fields and link Master fields are OrderID & OrderID. The subform's recordsource is a table name Orderdetails.
I now have to create another form to show whether or not the orders were shipped but using the Recipient's name as a link rather than the OrderID. I need to know how to Choose the Link Child Fields and Link Master Fields to get the details for the orders to show per person rather than per order... ie. the details for the new form should show all the orders placed by Customer John Smith as.
John Smith
ABC CO
111 smallTown USA
Item# Description Qty Shipped Balance
1 Boxes 10 Y 0
2 Bottle 5 N 5
3 Folders 12 Y 6
4 etc....
Can someone help with this...
It somehow seems simpler to have Order and details linked by OrderID but to now have those same details linked to a person's name throws me off a bit. I read up a bit on this but still needs help to clearly understand how to build these.
Thanks in advance.
I now have to create another form to show whether or not the orders were shipped but using the Recipient's name as a link rather than the OrderID. I need to know how to Choose the Link Child Fields and Link Master Fields to get the details for the orders to show per person rather than per order... ie. the details for the new form should show all the orders placed by Customer John Smith as.
John Smith
ABC CO
111 smallTown USA
Item# Description Qty Shipped Balance
1 Boxes 10 Y 0
2 Bottle 5 N 5
3 Folders 12 Y 6
4 etc....
Can someone help with this...
It somehow seems simpler to have Order and details linked by OrderID but to now have those same details linked to a person's name throws me off a bit. I read up a bit on this but still needs help to clearly understand how to build these.
Thanks in advance.