Question : access DOCmd.output report

I am so confused on this DoCmd and how to use on my report..
I basically need only 1 thing.
1.  To turn my report into a PDF document and store it on my c:\ .
I have a form which looks like this:    and my report is called "test1"    
*********************************
Manager (combo Box)
Sup      Email (hyperlink field to send to Sup and Manager)
*********************************  
So this is what I have:
1. DoCmd.OutputTo acReport , "test1", acFormat, "c:\test1"  <-- how to make it a PDF?

Answer : access DOCmd.output report

try this one (free)

http://www.lebans.com/reporttopdf.htm
Random Solutions  
 
programming4us programming4us