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

  • Thread starter Thread starter Dave
  • Start date Start date
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
 
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.
 
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.
 

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

Back
Top