T
TimW
I have about 90 different fields on a form (for reporting
purposes) that need to conditionally formatted to white if
they are equal to zero.
I had successfully done this conditional formatting, but
somehow Access 2002 undid my conditional formatting.
Because you can only do this one field at a time, I would
like to do something like the following On Current:
foreach [fieldonform as key]
if [key]==zero set white else set black
next
Is there a way to do this in a neat little package?
Thanks
purposes) that need to conditionally formatted to white if
they are equal to zero.
I had successfully done this conditional formatting, but
somehow Access 2002 undid my conditional formatting.
Because you can only do this one field at a time, I would
like to do something like the following On Current:
foreach [fieldonform as key]
if [key]==zero set white else set black
next
Is there a way to do this in a neat little package?
Thanks