undefined function "Format$"

P

Patrick Stubbin

I get this message when i run a query

UndefineD Function FORMAT$


THE CASE IN POINT IS Format$([Result],"Fixed")

WHAT library am i not referencing???
 
R

Rick Brandt

Patrick said:
I get this message when i run a query

UndefineD Function FORMAT$


THE CASE IN POINT IS Format$([Result],"Fixed")

WHAT library am i not referencing???

It doesn't matter. ANY broken reference causes many of the built in Access
functions to fail.

You have to look at the references in your app to find the one marked MISSING.
 
Top