Hello,
What i am looking for is an easier way to save my reports on a drive. At current i am using the code -
Code:
DoCmd.OutputTo acOutputReport, "Custinvoice", ".pdf", "C:\Users\jason\Shared\Transcon Logistics\Invoices\TL" & strFileName & " invoice.pdf", True
This works fine. The only issue is, i want the database to save the pdf straight to the directory for the database. Thus removing the whole "C\Users|\...." so i can move the folders at will an its still work without recoding it.
Im pretty sure there is a way to do this, however it was a while a go i did it and i cannot find a solution online.