B
Bill_Green via AccessMonster.com
Hello,
I'd like for a macro to kick off when a form is opened and I'm having issues.
In Excel it would be the Autpen command, but in reading the posts here it
looks like in Access it's AutoExec. Is this correct? Regardless, I can't get
it to work. To be short if I wanted to make Option Button 467 True upon
opening I have this (I know I simply change the default on the option group,
I'm just wanting to learn how to do this and keep the post short):
Sub AutoExec()
Option467 = 2
End Sub
I appreciate the help.
I'd like for a macro to kick off when a form is opened and I'm having issues.
In Excel it would be the Autpen command, but in reading the posts here it
looks like in Access it's AutoExec. Is this correct? Regardless, I can't get
it to work. To be short if I wanted to make Option Button 467 True upon
opening I have this (I know I simply change the default on the option group,
I'm just wanting to learn how to do this and keep the post short):
Sub AutoExec()
Option467 = 2
End Sub
I appreciate the help.