Hi,
as the title says, is it possible to run a Macro or preferably a Sub or Function from a data access page. I can run an SQL statement using VBScript as follows:
sSQL = "SELECT blah.blah FROM blah"
MSODSC.connection.Execute(sSQL)
maybe it is possible to run a function from an SQL Statement.
Kind regards
Paul
as the title says, is it possible to run a Macro or preferably a Sub or Function from a data access page. I can run an SQL statement using VBScript as follows:
sSQL = "SELECT blah.blah FROM blah"
MSODSC.connection.Execute(sSQL)
maybe it is possible to run a function from an SQL Statement.
Kind regards
Paul