PearlGI
Registered User.
- Local time
- Today, 20:28
- Joined
- Aug 30, 2001
- Messages
- 125
I have a query which contains a calculated field that utilises the Nz function to deal with NULLs. This query works fine by itself.
However, when I try to call this query in VBA using the OpenRecordSet action, I get the error message:
"Undefined function 'nz' in expression"
Why does this happen and what can be done to resolve it?
Any suggestions gratefully received.
However, when I try to call this query in VBA using the OpenRecordSet action, I get the error message:
"Undefined function 'nz' in expression"
Why does this happen and what can be done to resolve it?
Any suggestions gratefully received.