Results 1 to 3 of 3
  1. #1
    sahand is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    8

    Print report

    I want button on a form to print specific report and the record is the same as form's record.

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    If your form is Single Form view and you want to print a single record, the current record, the following should work if the field used as criteria is a number.

    DoCmd.OpenReport strDocName, acViewNormal, , "[FieldName] =" & Me![FieldName]

  3. #3
    sahand is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2014
    Posts
    8
    thanks alot

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 6
    Last Post: 03-01-2014, 07:07 AM
  2. Replies: 1
    Last Post: 03-16-2013, 09:20 PM
  3. Replies: 3
    Last Post: 03-11-2013, 05:11 PM
  4. Replies: 1
    Last Post: 12-03-2012, 03:15 PM
  5. Replies: 0
    Last Post: 02-22-2011, 05:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums