G
Guest
I have a form: Orders by Customer
and a subform: Orders by Customer Subform
Upon opening the form I have the user select a "Customer" and then all
Orders for that customer is displayed. Simple enough.
What I want to do is: AfterUpdate put the user in a field "OrderID" on the
Orders by Customer Subform.
I tried: DoCmd.GoToControl (Forms![Orders by Customer]![Orders by Customer
Subform].Form![OrderID])
But that's not right...What am I doing wrong?!!!! Please help
Thanks, in advance
and a subform: Orders by Customer Subform
Upon opening the form I have the user select a "Customer" and then all
Orders for that customer is displayed. Simple enough.
What I want to do is: AfterUpdate put the user in a field "OrderID" on the
Orders by Customer Subform.
I tried: DoCmd.GoToControl (Forms![Orders by Customer]![Orders by Customer
Subform].Form![OrderID])
But that's not right...What am I doing wrong?!!!! Please help
Thanks, in advance