P
Pat Felice
Hello;
I currently have a procedure set up to send a snapshot of a
report or letter to outlook.
DoCmd.OpenReport "QUOTE LETTER", acViewPreview
DoCmd.SendObject acSendReport, "QUOTE LETTER", "SNAPSHOT FORMAT",
Me!Text10, , , "MC QUOTE - " & Me!Text13, , True
DoCmd.CLOSE acReport, "QUOTE LETTER"
it works beautifully, but they would like the report to be a PDF file,
(acrobat reader being more common)
We have the Acrobat pdf writer software installed and can create a pdf
manually, but is there a way to do the
same as above, but generating a PDF instead of a snapshot.
thanks
I currently have a procedure set up to send a snapshot of a
report or letter to outlook.
DoCmd.OpenReport "QUOTE LETTER", acViewPreview
DoCmd.SendObject acSendReport, "QUOTE LETTER", "SNAPSHOT FORMAT",
Me!Text10, , , "MC QUOTE - " & Me!Text13, , True
DoCmd.CLOSE acReport, "QUOTE LETTER"
it works beautifully, but they would like the report to be a PDF file,
(acrobat reader being more common)
We have the Acrobat pdf writer software installed and can create a pdf
manually, but is there a way to do the
same as above, but generating a PDF instead of a snapshot.
thanks