Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    italianfinancier is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Posts
    25

    IT'S STARTING TO WORK! It's trying to print to the printer, though. How do I set it so the report just displays on the screen?

  2. #17
    italianfinancier is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2011
    Posts
    25
    We are SOOOO close...when I print the report to the printer it puts the right customer number at the top of the list, but I need it to only show that customer's info...not just sort it to the top please

  3. #18
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Quote Originally Posted by italianfinancier View Post
    IT'S STARTING TO WORK! It's trying to print to the printer, though. How do I set it so the report just displays on the screen?

    OK, one more time...

    the argument "acNormal" sends the report directly to the printer

    the argument "acViewPreview" allows the report to be viewed on the screen.
    ---------------------------
    to View on screen:

    DoCmd.OpenReport stDocName, acViewPreview, , "[ID] = " & Forms![Rep Account # Form]!Text4

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Creating an Entry Form
    By Bike in forum Forms
    Replies: 1
    Last Post: 03-28-2011, 11:48 PM
  2. Replies: 3
    Last Post: 12-20-2010, 11:35 AM
  3. If Statements with user entry too
    By jheintz57 in forum Programming
    Replies: 1
    Last Post: 09-15-2010, 02:37 PM
  4. Creating data entry form
    By ksukat in forum Forms
    Replies: 3
    Last Post: 03-11-2010, 04:55 PM
  5. Help!!! user friendly forms/date entry
    By megank in forum Access
    Replies: 3
    Last Post: 03-31-2009, 09:47 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