Dragenesis
Registered User.
- Local time
- Today, 11:56
- Joined
- Dec 18, 2007
- Messages
- 16
So I have an access database that I use to load xml documents and extract the info I want. I currently use a form to interact with the vba modules to accomplish the task. You check a box, push a button, and several queries are run against local databases to get all the necessary info, use it to load the xml documents, connect with Outlook, and generate e-mails. Can I instead use an html page to be the visual front end instead of an access form? If I can, how do I trigger the html page to find out what checkboxes are checked, and query the databases based upon them?