Make detail bold under certain conditions

G

Guest

Do the text boxes in the detail section of a report comprise a collection of
some sort that I can roll through with a For...In statement? I would like to
change the text boxes in the detail section of a report to bold under a
certain condition. For example if a line's balance due (BalDue text box) that
is higher than some amount, then look through a collection of elements on
this line and change each property to bold--so the line stands out. I could
change the property of each element on the line individually, but would
rather make use of a collection. I assume the code would go in the On Print
event of Detail section. Can someone help me with this code example?
 

Ask a Question

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.

Ask a Question

Top