Results 1 to 2 of 2

Thread: Access Printing One record

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    1

    Access Printing One record

    This is the same question someone else had but it never showed a solution could you please help me out!
    I have created a form for entering data into a table. I have added a print control button for print current form, but it prints all records in the table when all I want is the current record printed. Could you please give some suggestions.
    Last edited by Carlin; January 7th, 2005 at 03:43 AM.

  2. #2
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    Not sure exactly how the print function works, but I think you may have to create a SQL query that only retrieves one record, and send that to the print function... if you cant do that directly, you could create a temp table to store the result of the single query then print that table.

    --- 0wN3D by 3gG ---

Posting Permissions

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