S
Sally
My database has TblCustomers - CustomerID, Name, etc and TblOrders - OrderID,
CustomerID, OrderDate, etc. I have a form/subform based on TblCustomers and
TblOrders.
I also have a continuous form that lists the orders for a selected customer.
This form has the CustomerID and the OrderID for each order displayed. I want to
be able to click on an order and open the form/subform to that order. I can use
the Where parameter in the OpenForm method to open the main form to the customer
but how do I get the subform to open to the order I clicked on?
Thanks!
Sally
CustomerID, OrderDate, etc. I have a form/subform based on TblCustomers and
TblOrders.
I also have a continuous form that lists the orders for a selected customer.
This form has the CustomerID and the OrderID for each order displayed. I want to
be able to click on an order and open the form/subform to that order. I can use
the Where parameter in the OpenForm method to open the main form to the customer
but how do I get the subform to open to the order I clicked on?
Thanks!
Sally