B
Bill Sturdevant
In a conditional formatting expression, is there a way to
reference the name of the field you are in without
specifically naming the field?
For example, I would like to do this:
Iif(myFunction(me.field.name) = 7,true,false)
Then, myFunction would use the name of the field to do
some logic and return either true of false.
This would allow me to put a "generic" condition
expression in a bunch (156) of fields without having to
make each one unique.
reference the name of the field you are in without
specifically naming the field?
For example, I would like to do this:
Iif(myFunction(me.field.name) = 7,true,false)
Then, myFunction would use the name of the field to do
some logic and return either true of false.
This would allow me to put a "generic" condition
expression in a bunch (156) of fields without having to
make each one unique.