J
JamesJ
I'm attempting to move the focus to another control on my form when the
user clicks on a subform but it doesn't seem to work:
Private Sub frmRemindersSub_Click()
Me.cmdDbProperties.SetFocus
End Sub
The subform has 4 fields on it. All are disabled and locked except for the
ID field
which is enbabled and locked, which when clicked, opens a form to the
corresponding record.
When one clicks elsewhere in the subform the ID is highlight (selected) and
for cosmetic reasons I
don't want this to happen.
Any ideas?
Thanks,
James
user clicks on a subform but it doesn't seem to work:
Private Sub frmRemindersSub_Click()
Me.cmdDbProperties.SetFocus
End Sub
The subform has 4 fields on it. All are disabled and locked except for the
ID field
which is enbabled and locked, which when clicked, opens a form to the
corresponding record.
When one clicks elsewhere in the subform the ID is highlight (selected) and
for cosmetic reasons I
don't want this to happen.
Any ideas?
Thanks,
James