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...