D
David M C
I have a database app setup that works fine on one PC. I have copied it to
another PC and the reports don't work. The problem is associated with
controls that concatenate strings.
Here is one example:
=[CompanyName] & Chr(13) & Chr(10) & [Address]+Chr(13)+Chr(10) &
[Address2]+Chr(13)+Chr(10) & [City]+Chr(13)+Chr(10) &
[County]+Chr(13)+Chr(10) & [PostCode]
This works fine on one PC, but comes up with the error "The function you
entered cannot be used in this expression". One of my controls also uses the
Mid function. Again, this works fine on one PC, but comes up with "#Name" on
the preview, but no other errors.
The DB is set up with Frontend/Backend. The Backend is on my server, the
front end gets installed on each PC. I have the current version of DB on a
network share. The users run a batch file to copy the latest version to their
PC's. I have checked they are running the correct version. I have checked the
version on the network share from my PC (it works fine). Each PC uses XP Pro
and Office 2003 Pro.
Any ideas what to check? I've checked the references and they all match.
Dave
another PC and the reports don't work. The problem is associated with
controls that concatenate strings.
Here is one example:
=[CompanyName] & Chr(13) & Chr(10) & [Address]+Chr(13)+Chr(10) &
[Address2]+Chr(13)+Chr(10) & [City]+Chr(13)+Chr(10) &
[County]+Chr(13)+Chr(10) & [PostCode]
This works fine on one PC, but comes up with the error "The function you
entered cannot be used in this expression". One of my controls also uses the
Mid function. Again, this works fine on one PC, but comes up with "#Name" on
the preview, but no other errors.
The DB is set up with Frontend/Backend. The Backend is on my server, the
front end gets installed on each PC. I have the current version of DB on a
network share. The users run a batch file to copy the latest version to their
PC's. I have checked they are running the correct version. I have checked the
version on the network share from my PC (it works fine). Each PC uses XP Pro
and Office 2003 Pro.
Any ideas what to check? I've checked the references and they all match.
Dave