One problem, my text boxes with values have a white background by default.
In order to make the row be white and alternate to a color, do i have to
have the code change their back color also?
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.
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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.