bogglebeats
Registered User.
- Local time
- Today, 20:24
- Joined
- Dec 19, 2002
- Messages
- 53
When i press a button on one form, i want to set the focus on the field of another form. i am using vba and i thought this would work,
Private Sub Job_Find_Click()
Form_Clients_Information.Jobs_Created.SetFocus
End Sub
but i am getting:
runtime error 424 Object Required.
the current form is Counseling Session and the field that i want to set focus on is Jobs Created in the form Clients Information.
what to do???
ameen
Private Sub Job_Find_Click()
Form_Clients_Information.Jobs_Created.SetFocus
End Sub
but i am getting:
runtime error 424 Object Required.
the current form is Counseling Session and the field that i want to set focus on is Jobs Created in the form Clients Information.
what to do???
ameen