I'm working with Access 2003 with very little coding background/experience!
I've created a command button to email a report (as a pdf) to an email in Novell Groupwise.
The code I used is:
DoCmd.SendObject acsSendReport, "Activity_KR", "PDF", "name@company.org", , , "KR time off", ,
With report name = "activity_KR", and email subject line as "KR time off"
I am getting an error message:
Compile error: Syntax error
Any suggestions/help much appreciated!!
Michele
I've created a command button to email a report (as a pdf) to an email in Novell Groupwise.
The code I used is:
DoCmd.SendObject acsSendReport, "Activity_KR", "PDF", "name@company.org", , , "KR time off", ,
With report name = "activity_KR", and email subject line as "KR time off"
I am getting an error message:
Compile error: Syntax error
Any suggestions/help much appreciated!!
Michele