Okay I have my db creating a folder which I want to export my reports to in pdf format im trying to export the files and I get a vb error during the outputto code. My current cde is:
Docmd.outputto acoutputreport,"certification checklist" ,".pdf", applicationcurrentproject.path and"\certification checklist.pdf",false
All I get is compile error expected end of statement.
Any ideas what I'm doing wrong I've also tried () around it then it expects an =