I'd like to use a checkbox with the necessary VBA code that when checked, it would fire a MS Outlook task to the recipient based on some fields in a form that I have.
My form is called All Details. I'd like the email to be sent to the reciepient's email address that is in the cboassignedto field and have the task created based on the txtduedate_deta il txt box that has the date. I'd like for the VBA code to set a reminder for 2 days if the txtduedate is greater than 2 days from today.
I really don't know where I need to get started with this task so some guidance for someone learning is much appreciated.
Thanks in advance!
My form is called All Details. I'd like the email to be sent to the reciepient's email address that is in the cboassignedto field and have the task created based on the txtduedate_deta il txt box that has the date. I'd like for the VBA code to set a reminder for 2 days if the txtduedate is greater than 2 days from today.
I really don't know where I need to get started with this task so some guidance for someone learning is much appreciated.
Thanks in advance!
Comment