removing background colors from print page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On Access 2003 reports I always have a blue background on the printed
reports. Wastes a lot of ink, how do I change that?
 
JHMARL said:
On Access 2003 reports I always have a blue background on the printed
reports. Wastes a lot of ink, how do I change that?


Change the BackColor property of each section
to white (16777215)
 
JHMARL said:
I changed all sections to 16777215, but still have background shading
is there someplace else I have to change for the full report?


Not that I know of. Is it possible that there is a setting
on the printer that's doing this? Do other programs (Word,
Excel) do this too?
 
is there someplace else I have to change for the full report?
Jim

Perhaps someone set the Report's Picture property to that background.
If there is a Picture property set simply delete it. The Picture
property without a picture will read ("(none)"
 
fredg said:
Perhaps someone set the Report's Picture property to that background.
If there is a Picture property set simply delete it. The Picture
property without a picture will read ("(none)"


Excellent thought Fred!

I really hope that's it because I am out of ideas :-(
 
Marshall Barton said:
Not that I know of. Is it possible that there is a setting
on the printer that's doing this? Do other programs (Word,
Excel) do this too?
possibly something in initial setup is causing it ????
Jim
 
JHMARL said:
Access is the only thing doing this.....
possibly something in initial setup is causing it ????


I never heard of such a setting. Setting the back color of
the sections to white eliminates any windows/themes
involvement.

Did you check the report's Picture property as Fred asked?
 
Marshall Barton said:
fredg said:
:

JHMARL wrote:

On Access 2003 reports I always have a blue background on the printed
reports. Wastes a lot of ink, how do I change that?

Change the BackColor property of each section
to white (16777215)

--
Marsh
MVP [MS Access]
I changed all sections to 16777215, but still have background shading
is there someplace else I have to change for the full report?
Jim

Perhaps someone set the Report's Picture property to that background.
If there is a Picture property set simply delete it. The Picture
property without a picture will read ("(none)"


Excellent thought Fred!

I really hope that's it because I am out of ideas :-(
I went into each data field properties and changed them to wht....
each field prints in white bkgrnd with a background color framing all data
fields...
but cannot get rid of background completely,
OH WELL, just have to use up the ink....
Jim
 
Back
Top