I just copied some queries, a macro and a module from one Access database to another. The macro calls a function from the module. The module opens the query. The query uses this format for a field:
Field_Heading: Nz(
.[COLUMN],0)
I can run the query just fine on it's own, but when the module calls it I get this error:
Run-time Error '3085':
Undefined function 'Nz' in expression.
It also works just fine in the first database.
What's missing??
Thanks for any help.
Ken
Field_Heading: Nz(
I can run the query just fine on it's own, but when the module calls it I get this error:
Run-time Error '3085':
Undefined function 'Nz' in expression.
It also works just fine in the first database.
What's missing??
Thanks for any help.
Ken