Hello Everyone,
I have a form called frmMembers which contains a subform (fsubAddress). When I tab out of the last field in frmMembers I need the focus to go to the first field in the subform (ResidentialAddress). Currently it will go to the last field that had focus for the previous record.
I tried this code but to no avail:
Me!fsub2Address.SetFocus
Me!fsub2Address!ResidentialAddress.SetFocus
Any suggestions appreciated.
Hayton McGregor
I have a form called frmMembers which contains a subform (fsubAddress). When I tab out of the last field in frmMembers I need the focus to go to the first field in the subform (ResidentialAddress). Currently it will go to the last field that had focus for the previous record.
I tried this code but to no avail:
Me!fsub2Address.SetFocus
Me!fsub2Address!ResidentialAddress.SetFocus
Any suggestions appreciated.
Hayton McGregor