Is it possible to execute a macro in Access when updating a databa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I currently update my access database by opening the databse, entering the
required information, and then executing a macro to update a few tables. Can
this be done using an ASP page in FrontPage?
 
No you can't run Access macros thru a Web interface,
- you need to access the DB thru server side scripting (like ASP) and a DB connection

FP has Database Results Wizard which is limited but can help you get started

--




| I currently update my access database by opening the databse, entering the
| required information, and then executing a macro to update a few tables. Can
| this be done using an ASP page in FrontPage?
 

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