ReplaceOrderByClause function not defined

C

Chace

I am getting a compile error at runtime for the ReplaceOrderByClause function.

Compile error: Sub or Function not defined

Am I missing a reference to a library or other reference?

Chace
 
D

Dirk Goldgar

Chace said:
I am getting a compile error at runtime for the ReplaceOrderByClause
function.

Compile error: Sub or Function not defined

Am I missing a reference to a library or other reference?

That's no built-in function that I've ever heard of. It's probably a
user-defined function. Is it used by some code you've imported? If so,
I guess that you didn't import the module that contains the definition
of that function.
 
C

Chace

You are right. I got the function from an Access VBA manual and now I
realize there it is a user defined function.

Thanks,
Chace
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top