Hi, I have a form set up, all working fine.
Now I want to add a button to the form so you click the button and it sends the current form data via email to someones email address that would have to be entered manually in Outlook.
I have a table consisting of the following fields...
referenceID - gives each record entered a unique ID
Request From - text field to enter the persons name who sent the request
Date of Request - Date field to enter date you received the request
Request Area - Memo field but on form it is a combo box to select a specific area from another table.
Brief Summary of Request - Memo field to enter what the request was asking for
Lead Analyst - Text field but drop down box on form to select one employees name from
Date Response Sent - Date field to enter a date you responded to the request
Date for Completion - Date field that autocalculates a date 14 days on based on date response sent
Comment/Action Taken - Memo field to detail what action was done for the request
Date COmpleted - Date field to enter a date you completed the request.
Now I just want a simply button that the user of the form clicks, and it will pop up with an Outlook email message with all the details of the current form/record in, so the user can enter the email address of the person who sent the request and send it to them detailing their referenceID etc.. which is useful for them incase they have any queries etc...
Is this possible? Or a better way of doing things?
Basically I want to send a response to someones email address which includes all the details the user of the form enters.
Cheers
Will
Now I want to add a button to the form so you click the button and it sends the current form data via email to someones email address that would have to be entered manually in Outlook.
I have a table consisting of the following fields...
referenceID - gives each record entered a unique ID
Request From - text field to enter the persons name who sent the request
Date of Request - Date field to enter date you received the request
Request Area - Memo field but on form it is a combo box to select a specific area from another table.
Brief Summary of Request - Memo field to enter what the request was asking for
Lead Analyst - Text field but drop down box on form to select one employees name from
Date Response Sent - Date field to enter a date you responded to the request
Date for Completion - Date field that autocalculates a date 14 days on based on date response sent
Comment/Action Taken - Memo field to detail what action was done for the request
Date COmpleted - Date field to enter a date you completed the request.
Now I just want a simply button that the user of the form clicks, and it will pop up with an Outlook email message with all the details of the current form/record in, so the user can enter the email address of the person who sent the request and send it to them detailing their referenceID etc.. which is useful for them incase they have any queries etc...
Is this possible? Or a better way of doing things?
Basically I want to send a response to someones email address which includes all the details the user of the form enters.
Cheers
Will