For the record, there is nothing that a macro can do that VBA can't do, and
VBA will always do it better (assuming you know how to tell it to). If you
have any intention of doing serious work with Access, you would do well to
forget about using macros.
Happy coding
--
Jack Leach
www.tristatemachine.com
"I haven't failed, I've found ten thousand ways that don't work."
-Thomas Edison (1847-1931)
"Jani" wrote:
> For an option group, is there a way to have it automatically open a form when
> a selection is made rather than linking the options to a macro and then
> having the macro on a command button? The form has an option group with
> several form choices and I would like when the selection of the form is made,
> that the form would automatically open rather than having to click a command
> button. Thanks in advance for your help, as always! Jani