R
Ray S.
I created a macro to run a report from a form. The form allows selection of
information from combo boxes that consists of variable criteria for a query
that is the data source for the report. The whole thing works rather nicely.
I then analyzed the performance of my macro from the datasheet tools menu. It
suggested that I convert the macro to visual basic, instructing me to save
the macro as a module. I did so. It appears to have no errors. So, what am I
supposed to do with that module? Do I somehow now replace the original macro?
I've read about calling the procedure from another macro now, but isn't that
a bit redundant? Any help in clarifying this subject is greatly appreciated...
information from combo boxes that consists of variable criteria for a query
that is the data source for the report. The whole thing works rather nicely.
I then analyzed the performance of my macro from the datasheet tools menu. It
suggested that I convert the macro to visual basic, instructing me to save
the macro as a module. I did so. It appears to have no errors. So, what am I
supposed to do with that module? Do I somehow now replace the original macro?
I've read about calling the procedure from another macro now, but isn't that
a bit redundant? Any help in clarifying this subject is greatly appreciated...