.HTMLBody = "Test HL: <a href='folder path here'>Link description here</a>" & _
"<br>Second line" & _
"<br>Third line"
dim strHTML as string
strHTML = "Test HL: <a href='folder path here'>Link description here</a>"
strHTML = strHTML & "<br>Second line"
strHTML = strHTML & "<br>Third line"
What would I notice if it did? Would I get an error?@zeroaccess - are you certain that OutputTo PDF doesn't look at the printer? As an experiment, try changing the selected printer before doing that. In the past that HAS been shown to have an effect. If the latest version of Access has fixed that, all I can say is "Hooray!" because it has vexed many folks for years.
DoCmd.OutputTo , , acFormatPDF, , , , , acExportQualityPrint
DoCmd.OutputTo , , acFormatPDF, , , , , acExportQualityScreen
DoCmd.SendObject , , acFormatPDF