P
PosseJohn
I'm using ACC2007.
I have a form "frmContacts", which I need to setfocus to a control
"datStoreName" in the FORM HEADER when it first opens.
I have tried the following...
Private Sub Form_Open (Cancel as Integer)
Me.datStoreName.SetFocus
End Sub
....but the first control in the DETAIL section retains focus when the form
opens.
How do I refer to a control in the FORM HEADER?
Thanks everyone...
I have a form "frmContacts", which I need to setfocus to a control
"datStoreName" in the FORM HEADER when it first opens.
I have tried the following...
Private Sub Form_Open (Cancel as Integer)
Me.datStoreName.SetFocus
End Sub
....but the first control in the DETAIL section retains focus when the form
opens.
How do I refer to a control in the FORM HEADER?
Thanks everyone...