I would like to conditionally set (turn on) the border around a field at run time.
For example: If FieldA > FieldB then FieldA.BorderStyle = Solid
OK, syntactically it isn't right, but you get the idea.
How do I do this?
I tried putting an IF statement in the Detail OnPrint event, but it doesn't seem to work. Maybe I just don't know the correct syntax.
Thanx
Tom