Possible to use VBA functions (module) in Access SQL?

J

jstroup

Is it possible to use a VBA function (module)in a
FrontPage 2002 SQL query to an Access Database?

Something like:

fp_sQry="SELECT tblOne.ID, fcnConvert([tblOne.Field2]) AS
ConvertedData FROM tblOne"

Where "fcnConvert" is a function stored in a modeule in
the Access database being queried?

When I try this I get a "fucntion not defined" error.

Many Thanks - (e-mail address removed)
 

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