Transferring Reports from another mdb

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?
 
F

fredg

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?

This is a one time thing?

Open your Database. Click on
File + Get External Data + Import
Navigate to the database that has the table and reports you wish to
import.
Select the table. Click on Options.
Select Definition and Data.
Click on the Report tab.
Select the reports you wish to import.
Click OK.
Done.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top