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?
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?
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
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