user defined function in query

M

mscertified

I have created a function to return the windows user's full name (via Windows
API calls). This function is run via a query and returns the name ok when I
am in the data base. However when I try to run this query from a web page via
a connection to the database, I get the message 'undefined function'. Is it
impossible to run this type of query except locally?
 
J

John Spencer

Yes, it is not possible to use the VBA function from outside Access.

--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

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