I have the following code if a command button is pushed
DoCmd.OpenReport "RCE", acViewPreview
DoCmd.OutputTo acOutputReport, RCE, "SnapshotFormat(*.snp)", "C:\MyDocuments\" & DocketNumber & "RCE.PDF".
How can I make it pause to see if the user likes the preview in order to save it as a PDF file.