S
Scott
Is there a easy way to alternate the background color property in the detail
section of a report?
section of a report?
Scott said:Is there a easy way to alternate the background color property in the
detail section of a report?
tina said:normally, textbox controls in a *report* have a Transparent backstyle by
default. did you change it to Normal? or are you working with a *form*,
rather than a report?
the code that Rick and i gave you won't work in a form. if you *are*
working
in a report, just change all the controls' BackStyle property to
Transparent.
hth