T
Tanya
Hi,
I have a line of code that am using on several forms:
DoCmd.Close
DoCmd.OpenForm "Data", acNormal, , , , acDialog
and wondering if I should set up a module with and call the function instead
OR alternatively set up a macro for each instance.
Could someone please advise me on the best approach?
Kind regards
Tanya
I have a line of code that am using on several forms:
DoCmd.Close
DoCmd.OpenForm "Data", acNormal, , , , acDialog
and wondering if I should set up a module with and call the function instead
OR alternatively set up a macro for each instance.
Could someone please advise me on the best approach?
Kind regards
Tanya