Data Access Pages and Calling ACCESS functions

V

ValuedClient

I would like to call an access Function that is a part of an ACCESS Module
form a Data Access Page. How can I do it using VBScript?
 
K

Ken Snell [MVP]

You don't. You'll need to put the function in the script that is "under" the
page.
 
Top