Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run an Access macro through the web

Status
Not open for further replies.

lieip

Programmer
Oct 2, 2001
12
US
I have an Access database and I'm creating a web application using ASP. I need to access a macro that i created. How would I run an Access macro using ASP?
any help would be much appreciated
 
You would need to use a COM object to access the macro. The COM object would need to create an instance of Access in order to execute it. You could then call your COM object from the ASP page. Unfortunately there is no way of doing this through ADO.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top