A
Abay
The following works fine in reference to a field on the Master form
Forms!Fclient_and_sub!Cname.SetFocus
But when I reference a field on the sub form from the Master form the
following doesn't work.
Private Sub Info_Exit(Cancel As Integer)
Forms![FCldetail_subform]!Status.SetFocus
End Sub
I get the message that the subform does not exist.
Again any help would be much appreciated.
Abay
Forms!Fclient_and_sub!Cname.SetFocus
But when I reference a field on the sub form from the Master form the
following doesn't work.
Private Sub Info_Exit(Cancel As Integer)
Forms![FCldetail_subform]!Status.SetFocus
End Sub
I get the message that the subform does not exist.
Again any help would be much appreciated.
Abay