Function is not available in expressions

  • Thread starter Thread starter Allan
  • Start date Start date
A

Allan

I have developed an access data base to gather financial
data. I had tested the database on a single machine and it
performed without any problems. After I rolled the
database out, I received the following message on certain
machines:

Run-Time error '3075':
Function is not available in expressions in query
expression
'Trim(Str(Fix[field])))'

I figured it was a version issue but that did not resolve
the problem. Any ideas?

Allan
 
Most likely a reference problem. Check Tools/references from any module.


--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top