C
croy
A somewhat similar message was posted to
microsoft.public.access.setupconfig, but it occurrs to me
now that this might be a better place--apologies for the
duplication.
Access 2002 under WinXPPro. All SPs and security patches
applied.
On my machine, a report with a chart object that is opened
via a "starter" form, runs fine. When I copy the entire
front-end to another machine and re-link the tables, it
throws an error: "No data" (from my error-trapping). There
*is* data, however.
If I fill in the required data on the starter form, then try
to run the report from the db window, a different error
occurs: 'The Microsoft Jet database engine does not
recognize " as a valid field name or expression.'
If I delete the fields in the Detail section of the report,
it runs fine on the other machine. These fields are fed by
a crosstab query, which will run just fine by itself on the
other machine, when the starter form is filled in.
The report has two subreports. I can run all supporting
querys on either machine just fine.
The front-end uses the following modules, collected from the
websites of some of the amazing folks who contribute to
these groups:
basConcatenate
modIsLoaded
modSelectClearAll
modShowHide_dbWindow
mslVarSelected
I've stumbled onto a couple of differences in the two
machines:
VBA: Mine The "Other Machine"
6.05 6.04
Jet: 3.51.0623.0 4.00.9502.0
I don't know why these differences are there, or whether
they could be affecting this report, or how to "normalize"
them to test.
Any thoughts appreciated.
microsoft.public.access.setupconfig, but it occurrs to me
now that this might be a better place--apologies for the
duplication.
Access 2002 under WinXPPro. All SPs and security patches
applied.
On my machine, a report with a chart object that is opened
via a "starter" form, runs fine. When I copy the entire
front-end to another machine and re-link the tables, it
throws an error: "No data" (from my error-trapping). There
*is* data, however.
If I fill in the required data on the starter form, then try
to run the report from the db window, a different error
occurs: 'The Microsoft Jet database engine does not
recognize " as a valid field name or expression.'
If I delete the fields in the Detail section of the report,
it runs fine on the other machine. These fields are fed by
a crosstab query, which will run just fine by itself on the
other machine, when the starter form is filled in.
The report has two subreports. I can run all supporting
querys on either machine just fine.
The front-end uses the following modules, collected from the
websites of some of the amazing folks who contribute to
these groups:
basConcatenate
modIsLoaded
modSelectClearAll
modShowHide_dbWindow
mslVarSelected
I've stumbled onto a couple of differences in the two
machines:
VBA: Mine The "Other Machine"
6.05 6.04
Jet: 3.51.0623.0 4.00.9502.0
I don't know why these differences are there, or whether
they could be affecting this report, or how to "normalize"
them to test.
Any thoughts appreciated.