C
CSDunn
Hello,
I have about 200 text boxes on an Access 2000 Report that need to have a
black background if the data in the text box is 'X'.
Is there a way I could create one procedure that might work with the
Report_Open event of the Report (or some other event) that would meet this
need for the fields I need to address? I would need something that would set
the background to black if any text box had an 'X' in it, and something that
would do the same but address specific text boxes (just in case I need to go
one way or the other).
All of the text boxes are bound to database fields.
Thanks for your help!
CSDunn
I have about 200 text boxes on an Access 2000 Report that need to have a
black background if the data in the text box is 'X'.
Is there a way I could create one procedure that might work with the
Report_Open event of the Report (or some other event) that would meet this
need for the fields I need to address? I would need something that would set
the background to black if any text box had an 'X' in it, and something that
would do the same but address specific text boxes (just in case I need to go
one way or the other).
All of the text boxes are bound to database fields.
Thanks for your help!
CSDunn