Can an html 0r asp page run a MS Access Macro?

D

Dave

I have a macro built in access that cerates a number of append queries and
then runs reports. Can this macro be launched from a web page?

Thanks
 
K

Kevin Spencer

Yes and no. You could possibly use the Access COM interface on the server to
do this, but Access would have to be installed on the server, and you would
have to have the host's permission to use it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
D

Dave

Not the answer I wanted.

Thanks

Dave K

Kevin Spencer said:
Yes and no. You could possibly use the Access COM interface on the server to
do this, but Access would have to be installed on the server, and you would
have to have the host's permission to use it.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Top