G
Guest
I am using Primo PDf to save a report called Order Form as a pdf file. Primo
wants to save it as Order.pdf but I want it to save as the name of the
customer,
is their anyway in the code to change that name once I have called it
DocName = "Order Form"
DoCmd.OpenReport DocName, acNormal, , LinkCriteria
becomes
DocName = "Order Form" ----- actual name
DoCmd.OpenReport DocName, acNormal, , LinkCriteria -------- open the
report but change the name
Thanks
wants to save it as Order.pdf but I want it to save as the name of the
customer,
is their anyway in the code to change that name once I have called it
DocName = "Order Form"
DoCmd.OpenReport DocName, acNormal, , LinkCriteria
becomes
DocName = "Order Form" ----- actual name
DoCmd.OpenReport DocName, acNormal, , LinkCriteria -------- open the
report but change the name
Thanks