Hi everyone,
Here is the setup.
People submit 'work requests' from the web, which gets sent to our admin person via an email. Currently they retype or copy - paste each field into the internal database. We would like to automate as much of this as possible (without putting the database on the web / .asp etc..)
One solution I can think of (whether this is viable or not, who knows - well hopefully you do!).
Format the email to contain text / field delimiters like
FirstName:"John"
LastName:"Public"
Title:"Director"
Organiztion:"City of Toronto"
etc..
etc..
The admin person would copy and paste the entire email into a form, then press a command button. Tied to that command button is some code that parses the form and pulls out the proper info, and inserts a record in the appropriate table.
Is this the 'best' way to go about something like this? (Other options I can think of is to have Access scan the email system for attachements with a particular name, and automagically parse them, but I have even less idea about how to accomplish that).
This must be a common function, Im just not sure what the best most reliable way to go about something like this is.
Any suggestions appreciated.
Regards,
Matts
Here is the setup.
People submit 'work requests' from the web, which gets sent to our admin person via an email. Currently they retype or copy - paste each field into the internal database. We would like to automate as much of this as possible (without putting the database on the web / .asp etc..)
One solution I can think of (whether this is viable or not, who knows - well hopefully you do!).
Format the email to contain text / field delimiters like
FirstName:"John"
LastName:"Public"
Title:"Director"
Organiztion:"City of Toronto"
etc..
etc..
The admin person would copy and paste the entire email into a form, then press a command button. Tied to that command button is some code that parses the form and pulls out the proper info, and inserts a record in the appropriate table.
Is this the 'best' way to go about something like this? (Other options I can think of is to have Access scan the email system for attachements with a particular name, and automagically parse them, but I have even less idea about how to accomplish that).
This must be a common function, Im just not sure what the best most reliable way to go about something like this is.
Any suggestions appreciated.
Regards,
Matts