Using code to import reports

  • Thread starter Thread starter JimP
  • Start date Start date
J

JimP

I have a large number of reports to import, and am using code to loop
through a table of report names.

As each report imports, I notice that the VBA window tiles as it reads any
module contained in the report. Is this normal?
 
I get the same thing. Modules get added to the list as things-with-VB-code
are imported. I wonder if there's a way to stop that?
 
Several questions/issues for an MVP.

1. What causes MS-Access to run modules in an mdb that reports are being
imported from - can it be prevented?

2. Is it preferable to export reports from an mdb rather import from? I seem
to have fewer problems (lock ups) when exporting?
 
Back
Top