How do I fix Access Error undefined function "CStr$" in expressio

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the 2003 Office Professional Package

In running a query in Access the following error message pops up Error(3085)
- Undefined function"CStr$" in expression. I have reinstall Access and it
has not corrected the problem. Help!
 
While many string functions come in two versions (with and without the
terminating $), I don't believe there is a CStr$ function.

Try CStr instead.
 
Back
Top