Simple question about button

SD23

Registered User.
Local time
Yesterday, 17:41
Joined
Jun 13, 2006
Messages
60
I was wondering if there was a way to automatically click a button upon entering a form.
I have a form, and when I enter into to it, I would like it to automaically click one of the buttons on that form. Any suggestions would be nice. Thanks for the help.
 
Code:
Private Sub Form_Load()
  CommandButtonName_Click
End Sub
 

Users who are viewing this thread

Back
Top Bottom