I have an access2000 database that emails an XL file to various people at the press of a button, using the following simple code…
DoCmd.SendObject acQuery, "qry_GMC_Name", acFormatXLS, recipient, , , "Supplementary list update", msgText, editMsg
The string variable...