I have code that emails a PDF to a distrobution list. Can someone take a look at the code below and tell me if there is a way i can modify it so it puts todays date on the end of the filename?
Can this be done here?
Thanks for any help!
Paul
Code:
stdocname = "Thereport"
DoCmd.SendObject acReport, stdocname, "pdf", "", cc1, bcc1, "test, "", True, """"
Can this be done here?
Thanks for any help!
Paul