Hi All
I very new to MS Access. I have built a database for me a record any repairs that a tenant requires. I want to be able to email a contractor the record I have just created.
The following code works but it pdf’s the whole form.
DoCmd.SendObject acSendForm, "frm_repairs", acFormatPDF, Forms!frm_repairs!ContractorEmail, , , _
"Repairs Requested ", "Please find attached repairs requested by the tenant."
I would be grateful for any suggestions
I very new to MS Access. I have built a database for me a record any repairs that a tenant requires. I want to be able to email a contractor the record I have just created.
The following code works but it pdf’s the whole form.
DoCmd.SendObject acSendForm, "frm_repairs", acFormatPDF, Forms!frm_repairs!ContractorEmail, , , _
"Repairs Requested ", "Please find attached repairs requested by the tenant."
I would be grateful for any suggestions