I have a database that opens a main form and hides the access
application window. Then the user can do a few things, one of which
is create a report in excel. This transfers data from a query, does
some formatting through code. The problem is, when the report is
done, the access application window is showing again. How can I get
this to minimize again.
I have the minimize command in the on open statement of the form. I
have tried to put it in the excel formatting code, but it doesn't
work.
Any ideas?