J
JimP
I have a table with a list of several hundred reports that I want to import
from another mdb that has say, 1,000 reports. I'm using
DoCmd.TransferDatabase, acImport,.....
I have a procedure that loops through the table importing each report -
however a window opens displaying the code module for each report.
Is there a way to suppress the code module window from opening, or to close
it as it imports each report?
from another mdb that has say, 1,000 reports. I'm using
DoCmd.TransferDatabase, acImport,.....
I have a procedure that loops through the table importing each report -
however a window opens displaying the code module for each report.
Is there a way to suppress the code module window from opening, or to close
it as it imports each report?