|
pd_it_guy -> RE: form results to both database and email using Frontpage 2003 (3/26/2008 14:43:00)
|
I think I just went through the very same problem. We wanted to write a web accessed form to an access database in order to do some things with it, and also wanted the mail feature running so the admin would be prompted to look at what was just posted to the DB and do something else with it. It should be, but is not, a standard FP form feature. it's sort of one or the other. We tried a lot of creative workarounds including a mix of html and asp, and posting form data to a text file (which you are allowed to do while you send mail) and immediately thereafter re-reading it into the access database, (kind of messy, and didn't buy us a whole lot). Eventually we used a simple and straightforward CDOSYS mail routine which works great. Does this sort of sound like what you want to do. If so perhaps I can add something to this.
|
|
|
|