Undefined function 'xxxx' in expression

  • Thread starter Thread starter Gab Opadokun
  • Start date Start date
G

Gab Opadokun

I have created a custom function and referenced same from
a query. The query terminates with the message "Undefined
function 'xxxx' in expression" displayed each time I
attempt to run the query.
 
The custom function must be put in a regular module (a module seen in the
"Modules" window of the database window), the module name must be a name
different than the function name, and the function must be a Public
function.
 
Good morning

Can you post the SQL statement?


Maurice St-Cyr
Micro Systems Consultants, Inc.
 
Thank you
-----Original Message-----
The custom function must be put in a regular module (a module seen in the
"Modules" window of the database window), the module name must be a name
different than the function name, and the function must be a Public
function.

--

Ken Snell
<MS ACCESS MVP>




.
 
Back
Top