JET error: undefined function "InStrRev"

M

michele

Hi all,
i'm using a query in my database that calls the function InStrRev;
the query work fine in Access, but if i try to access it using Microsoft Jet
(from an external app), i receive the error:

undefined function "InStrRev"

Is there a solution?
Thanks
 
D

Douglas J. Steele

InStrRev is a VBA function. Jet doesn't know about most VBA functions.
There's no real workaround other than using Access Automation, which isn't
always possible.
 
J

joun

So how to use Access Automation?
Thanks,
Michele

Douglas J. Steele said:
InStrRev is a VBA function. Jet doesn't know about most VBA functions.
There's no real workaround other than using Access Automation, which isn't
always possible.
 

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