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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.