Results 1 to 2 of 2

Thread: Print Report

  1. #1
    Join Date
    Aug 2008
    Posts
    52

    Print Report

    Hi,
    kindly direct me on what to do
    I have a form and a report.
    On the form, I have a print button.
    When I click the print button, I want it to print only my focus on the report. i.e if I am on serial no 4 on the form, in the report, it should print only content of serial no 4 and not every thing.
    Thank U.

  2. #2
    Join Date
    Dec 2008
    Posts
    6

    Printing data from Form

    Create a query as your record source for the report and then set the criteria on your query. For example, you can set the criteria on the unique id of the record like [Forms]![Name of your form]![unique ID field of the record].

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •