Search results

  1. G

    Unique Report Pages

    OK, so that was a lot easier than I thought. Thanks. But now I have another problem with that report. When I open the report, I do it with a command button that uses this code: Private Sub Form1_Click() Dim strReportName As String Dim strCriteria As String DoCmd.RunCommand...
  2. G

    Unique Report Pages

    Is there a way to have a report where page 1 is different from page 2, which is different from page 3, etc. I have a 5-page paper form that I want to recreate within Access so that it's filled out automatically. But I don't know how to do anything other than a report where each page has the same...
Back
Top Bottom