Need help printing forms in Black and White

Ask a Question related to Microsoft Access, Design and Development.

  1. #1

    Default Re: Need help printing forms in Black and White

    Ron it would surely be simpler to:
    File | Save As | Report
    than to set the BackColor of the sections of the form to vbWhite and loop
    through all the controls to change their ForeColor, BackColor, BorderColor,
    etc.

    --
    Allen Browne - Microsoft MVP. Perth, Western Australia.
    Tips for Access users - [url]http://allenbrowne.com/tips.html[/url]
    Reply to the newsgroup. (Email address has spurious "_SpamTrap")

    "Ron Chadwick" <rchadwick@capitalideainc.com> wrote in message
    news:6qERa.310$Yh1.251@newssvr24.news.prodigy.com. ..
    > Is there an EASY way to have forms that are printed from the Print menu
    > (File => Print) print in black and white? Where the data and captions are
    > printed on a white background instead of the color of the form. I know I
    > could use reports, but I need to be able to print forms in this case.
    >
    > Thanks,
    > Ron
    > [email]rchadwick@capiytalideainc.com[/email]

    Allen Browne Guest

  2. Similar Questions and Discussions

    1. White on Black
      I need to create 3x4" signs with white text on a black background. How would I accomplish this?
    2. Black and white
      I have always been a color photographer but want to try to shoot black and white. Any suggestions for film stock to use? Any suggestions on exposure...
    3. Black and White printing
      I'm trying to reproduce some of the prints I made from film in B&W. I've scanned the negs but I'm not getting the depth and full tonal range of what...
    4. Black and white..?.
      Hi to you all. I am new to this forum and from what I have seen in the short time on here I must say that you all seem like a quite nice bunch of...
    5. Black & White Image with no white box
      Tried the "export transparent image" under "help" yet? If I understand correctly, you need a clipping path, that'll do it.
  3. #2

    Default Re: Need help printing forms in Black and White

    Ron,
    Some printers have a choice of printing in color or graytone.
    Check you printer properties.

    If you must print a form, why not save it as a report.
    Then change the colors to whatever shades of gray you want.

    Better yet, just set the page setup to print Data only. It's on the Page
    Setup Margins tab. Then change each command button's 'Display When' property
    to 'Screen Only' to hide the buttons when printing.

    --
    Fred

    Please reply only to this newsgroup.
    I do not reply to personal e-mail.


    "Ron Chadwick" <rchadwick@capitalideainc.com> wrote in message
    news:6qERa.310$Yh1.251@newssvr24.news.prodigy.com. ..
    > Is there an EASY way to have forms that are printed from the Print menu
    > (File => Print) print in black and white? Where the data and captions are
    > printed on a white background instead of the color of the form. I know I
    > could use reports, but I need to be able to print forms in this case.
    >
    > Thanks,
    > Ron
    > [email]rchadwick@capiytalideainc.com[/email]
    >
    >

    Fredg Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139