I have an Access 2003 question. It is about using SendObject and/or OutputTo. I want to be able to send an e-mail (Invoice) to my customer each and every time one of his employees comes into the store and purchases something. The problem is that each time SendObject sends this e-mail (Invoice) the attached file is always the same name (the name of the report, i.e. “rptInvoice” + .snp) I want the attached filename to be “Invoice” + strInvoiceNo + .snp SendObject will not allow me to select the out going e-mails attached filename.
I tried using OutputTo which allows me to select my filename when the .snp is saved to the hard drive, but I can’t figure out how to get SendObect to then get it out the door!
Thanks- Ken.
I tried using OutputTo which allows me to select my filename when the .snp is saved to the hard drive, but I can’t figure out how to get SendObect to then get it out the door!
Thanks- Ken.
Comment