Hi,
I need a way to run a module that I created in MS Access when I open the database file. I am familiar with the creation of the "Autoexec" macro name, but I don't know how (or if) I can to this macro to run a module.
Thanks,
VO
Printable View
Hi,
I need a way to run a module that I created in MS Access when I open the database file. I am familiar with the creation of the "Autoexec" macro name, but I don't know how (or if) I can to this macro to run a module.
Thanks,
VO
i am not familiar with access, but in both word and excel the code window have some events that automatically run both have document ( / workbook) open events
look for dropdown boxes at top of code window
pete
I'm not sure if I fully understand, could you please elaborate?
Thanks,
VO
this is a vba code window from excel, word is almost identical and i would expect access to be similar
this will not be in the code window for module,
Got it... thanks.
VO