J
Josh
Simple helpdesk, intranet users use a simple asp page to input their problem,
goes to Access DB. Works ok.
fairly small orgainization, and want to get email notification when a new help
request is submitted.
I got sendmail (actually, DoCmd.SendObject) working, using a cmd button to test
it, getting the last autonumberID as the basis for the report's query. That
works fine.
Now, I realize that.......wait a minute, what am I going to use to trigger the
email - DoCmd.SendObject code? since the new record is being inserted via asp,
therefore not using a 'Access Form', so therefore, no Form events......?
This was my first foray into using asp, I'm at a loss there....
Any suggestions?
Thanks, Josh
goes to Access DB. Works ok.
fairly small orgainization, and want to get email notification when a new help
request is submitted.
I got sendmail (actually, DoCmd.SendObject) working, using a cmd button to test
it, getting the last autonumberID as the basis for the report's query. That
works fine.
Now, I realize that.......wait a minute, what am I going to use to trigger the
email - DoCmd.SendObject code? since the new record is being inserted via asp,
therefore not using a 'Access Form', so therefore, no Form events......?
This was my first foray into using asp, I'm at a loss there....
Any suggestions?
Thanks, Josh