I’m using the following code to send an E-mail with a query attached:
DoCmd.SendObject acSendQuery, "Name of attachment being saved", acFormatXLS, [Name of my query being attached], , , "Text message", , False
Can anyone tell me how I can attach two queries on the same E-mail?
Many thanks guys.
Peps
DoCmd.SendObject acSendQuery, "Name of attachment being saved", acFormatXLS, [Name of my query being attached], , , "Text message", , False
Can anyone tell me how I can attach two queries on the same E-mail?
Many thanks guys.
Peps