I did try to run the code but its throwing and exception
runtime error 2487
object argument is blank or invalid. I did confirm the field i was using didnt have any blank entries but i feel it could be something on how my table is formatted?
DoCmd.OutputTo _
acOutputReport, , _
acFormatPDF, _
rs!ID & ".PDF"