J
JimP
The code behind a number of reports appears to be cross-linked. I've tried
decompile/compact/compile/compact on the source mdb without success.
Here's the situation,
1. Doing a typical report import from the menu errors out when it hits the
problem reports
2. I need to go to the source mdb, open the code behind the problem reports
and re-compile the code individually
2. Then I have a reports list and a loop to "DoCmd.TransferDatabase
acImport..."
3. When executing the code for a problem report, the VBA window tiles with
names for a number of reports - when a non-problem report has no tiling
4. It does import the report, but I'm afraid that there's still a potential
problem if I need to import the report again (would like to know what's
going on)
decompile/compact/compile/compact on the source mdb without success.
Here's the situation,
1. Doing a typical report import from the menu errors out when it hits the
problem reports
2. I need to go to the source mdb, open the code behind the problem reports
and re-compile the code individually
2. Then I have a reports list and a loop to "DoCmd.TransferDatabase
acImport..."
3. When executing the code for a problem report, the VBA window tiles with
names for a number of reports - when a non-problem report has no tiling
4. It does import the report, but I'm afraid that there's still a potential
problem if I need to import the report again (would like to know what's
going on)