Results 1 to 5 of 5

Thread: Printing a form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    23

    Unhappy

    In runtime how do you print a form(to a printing machine)in runtime. I know how to set which printer I want to use by using the common dialog box. Can anyone help me?

    Thanks

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    Printer.Print "whatever here, I think you can put a pic here, so you should just have to take a printscreen thing."
    Printer.EndDoc

  3. #3
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800

    Talking

    Seems way to easy, but it works, I just tested it. Good luck on whatever your working on!

  4. #4
    Guest
    Do you mean printing the actual Form? If so, then use the PrintForm method.

    Code:
    Me.PrintForm

  5. #5
    New Member
    Join Date
    Jan 2000
    Posts
    6

    printing a form

    How about printing to a specific printer? I'm on a network, and I've got several reports (using the VB data report) and each one needs to go to a different printer on the network.

Posting Permissions

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



Click Here to Expand Forum to Full Width