I have this code that opens up another form. I also want it to automatically click a button on that form when its open.
DoCmd.OpenForm "Annual Load Follow", , , X
----
DoCmd.Automatically.click.button221
----
I know thats not going to work but you get the idea
Any ideas on how i would do this?
Thanks
DoCmd.OpenForm "Annual Load Follow", , , X
----
DoCmd.Automatically.click.button221
----
I know thats not going to work but you get the idea
Any ideas on how i would do this?
Thanks