Search results

  1. F

    Headers and Detail Secton

    I am having a problem with page headers. I have a report where the detail is over a full page. When I print the report, the first page is only the page header, the second shows the page header again and then the detail (which is what I want on the first page). The third page shows the Page...
  2. F

    Printing from a Form

    I really need some help. I'm getting an error when I try to print a record form a form. This works fine in another database. The database name is CUSTOMER. The command for the action is as follows: stDocName = "Normal" DoCmd.OpenReport stDocName, acViewPreview, , "[CUSTNUMBER] = '" &...
  3. F

    Printing Records

    I know this question has probably been asked before, but I just can't figure out how to do this. I want to create a button that will print a report for only the currently displayed record. The wizard creates a button that will print all records. I have triied for hours modifing the code to...
Back
Top Bottom