B
BT
I work in a small, networked office doing access database
development. The main database is located on a central
server, but I use a local copy to do my development until
a certain project is finished. I have designed several
reports, that when ran locally on my machine, OR from the
network server on my machine, work perfectly fine, print
out exactly like they should with the correct data and
calculations, etc etc...
However, when I go to a coworkers computer to try and run
the exact same reports, every time I try it gives this
debug error:
Run-time error '3075':
Function is not available in expressions in query
expression 'Left(VENDOR_ID, 3)'.
The thing is is that neither my query or my report has
this function used in it anywhere...
Anyone have any idea as to what might be causing this
problem?
Thanks.
development. The main database is located on a central
server, but I use a local copy to do my development until
a certain project is finished. I have designed several
reports, that when ran locally on my machine, OR from the
network server on my machine, work perfectly fine, print
out exactly like they should with the correct data and
calculations, etc etc...
However, when I go to a coworkers computer to try and run
the exact same reports, every time I try it gives this
debug error:
Run-time error '3075':
Function is not available in expressions in query
expression 'Left(VENDOR_ID, 3)'.
The thing is is that neither my query or my report has
this function used in it anywhere...
Anyone have any idea as to what might be causing this
problem?
Thanks.