R
Rick
OK, this should be an easy one for all of you but I have
never tried this. How can I create a Module to close a
report and then open a specific form?
I have around 30 reports and I would rather create one
Module and call it on the "close" function for each report
instead of writing:
DoCmd.OpenForm "frm...."
DoCmd.Maximize
I know its not much coding but when you do it over 30
times, it becomes time consuming. Thanks in Advance!
never tried this. How can I create a Module to close a
report and then open a specific form?
I have around 30 reports and I would rather create one
Module and call it on the "close" function for each report
instead of writing:
DoCmd.OpenForm "frm...."
DoCmd.Maximize
I know its not much coding but when you do it over 30
times, it becomes time consuming. Thanks in Advance!