Search results

  1. F

    Where Condition and Output to PDF file

    Thank you, Paul. That works brilliantly! I have a simple code that now says: Private Sub PrintPDF_Click() DoCmd.OpenReport "Receipt - full pay new", acViewPreview, "", "[ConsultID]=[Forms]![Payment Record Type]![ConsultID]" DoCmd.OutputTo acOutputReport, "Receipt - full pay new"...
  2. F

    Where Condition and Output to PDF file

    Hi there! My first post! I would like to print a report file from a database into PDF format. Currently I am using a macro with a "where condition" to select the particular file which currently outputs to the default printer. Converting the macro to VBA reads as follows: DoCmd.OpenReport...
Top Bottom