Make detail bold under certain conditions

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Back
Top