R
Randy Christiansen
I have tried everything and read everything I can find on this very basic
event. I need to create an event that will move the focus from the parent
form to the sub form and set the focus to a field. This is what I am
currently using.
Dim ctl As Control
Set Ctl = [BillingCompany]![DeliverySubform].Form![ShipDate]
DoCmd.GoToControl ctl.Name
BillingCompany is the parent, DeliverySubform is the subform and shipdate is
the field on the deliverysubform that I want move the focus to.
I can't seem to get my head around this one. Any help will be greatly
appreceiated.
event. I need to create an event that will move the focus from the parent
form to the sub form and set the focus to a field. This is what I am
currently using.
Dim ctl As Control
Set Ctl = [BillingCompany]![DeliverySubform].Form![ShipDate]
DoCmd.GoToControl ctl.Name
BillingCompany is the parent, DeliverySubform is the subform and shipdate is
the field on the deliverysubform that I want move the focus to.
I can't seem to get my head around this one. Any help will be greatly
appreceiated.