Search results

  1. J

    Combining 4 reports into 1

    Ok, so I have Access 2007 a report that I run alot during the course of a day calls 4 print jobs. How can I re-write the followin code so that when I hit print, it doesn't print out each report seperately? DoCmd.OpenReport "Rpt Fax Cover", , , "[Batch] = " & [ImportDataList] DoCmd.OpenReport...
  2. J

    Printing Reports, .PDF

    Ok, so I am a very novice user of Access and I have some ability to code in VBA, but not much. A little background: I did not create this Database, I inherited it. This database is used to generate EPA documentation for thousands of requests a year. It imports the data from an excel sheet...
Back
Top Bottom