Hi there,
I've seen lots of threads on this subject, but haven't come across any that answers this question... I'd like for users to be able to click on a button and automatically e-mail a report in .pdf format. I'm not that versed in code, but I know the code for .xls format would be:
DoCmd.SendObject acReport, "rptBETACIRC", "Microsoft Excel(*.xls)", "", "", "", "Water Analysis Report", "", False, ""
Does anyone know how I could do this as a .pdf? By the way, it needs to work with Windows 98/Access 97. I found a download that would work (not exactly the same way, but good enough), but it won't work with Win98.
Thanks for any and all suggestions!
Krysti
I've seen lots of threads on this subject, but haven't come across any that answers this question... I'd like for users to be able to click on a button and automatically e-mail a report in .pdf format. I'm not that versed in code, but I know the code for .xls format would be:
DoCmd.SendObject acReport, "rptBETACIRC", "Microsoft Excel(*.xls)", "", "", "", "Water Analysis Report", "", False, ""
Does anyone know how I could do this as a .pdf? By the way, it needs to work with Windows 98/Access 97. I found a download that would work (not exactly the same way, but good enough), but it won't work with Win98.
Thanks for any and all suggestions!
Krysti
