Undefined Function - MS Query

  • Thread starter Thread starter Bill
  • Start date Start date
Are you saying that you're trying to use the query in MS Query, as opposed
to in Access?

There are very few functions that you can use outside of Access. What
specific function are you trying to use?
 
I'm replying from a different PC so hope this comes through ok.

Yes that is what I am trying to. The function in question is one I have
written myself that converts various textual (or null or blank or zero
length string) representations of a date into a true 'Access' date value.

Regards.
Bill.
 
Ummm ...... the fact that it was saying undefined function lead me to think
there was a way of defining it in MS Query.

Presumably not!!
 
You cannot use custome VBA functions in queries run from outside the Access
environment.
You wil need to come up with another way to accomplish your purpose.
 
Back
Top