D
Dougal Fair
I have developed an application on my computer
that uses Access2000 to do reports. All works
fine.
But when I tried to deliver the application
(including the Access2000 MDB files) to the
client's brand-new laptop (with Office installed,
including Access2000 SR-1), the reports can't seem
to understand the built-in functions I use in the
formulas for the report fields.
Specifically, I use this control source for a
field:
="(" & Left([HomePhone],3) & ")" &
Mid([HomePhone], 4,3) & "-" & Mid(HomePhone], 7,8)
(well, without the line breaks...)
When I try to view the report, it shows a dialog
box labelled "Enter Parameter Value" and is asking
for the parameter "Mid". If I enter a value and
hit "ok", it just shows an empty report.
If I edit the control source and just use
[HomePhone], it works fine. It's the built-in
function Mid that it thinks is a parameter for
some reason.
Also, as I said, it works fine on MY computer,
running Acess2000 SR-1 also.
Any ideas?
TIA
that uses Access2000 to do reports. All works
fine.
But when I tried to deliver the application
(including the Access2000 MDB files) to the
client's brand-new laptop (with Office installed,
including Access2000 SR-1), the reports can't seem
to understand the built-in functions I use in the
formulas for the report fields.
Specifically, I use this control source for a
field:
="(" & Left([HomePhone],3) & ")" &
Mid([HomePhone], 4,3) & "-" & Mid(HomePhone], 7,8)
(well, without the line breaks...)
When I try to view the report, it shows a dialog
box labelled "Enter Parameter Value" and is asking
for the parameter "Mid". If I enter a value and
hit "ok", it just shows an empty report.
If I edit the control source and just use
[HomePhone], it works fine. It's the built-in
function Mid that it thinks is a parameter for
some reason.
Also, as I said, it works fine on MY computer,
running Acess2000 SR-1 also.
Any ideas?
TIA