K
Kelly
In my form I have a calculated text box with:
Name.................. PercentageOfFill
Control Source.....
=CircuitDetailsubform!SumOfConductorArea/[AreaOfConduit]*100
In the sub form I have a text box:
Name..................SumNumberOfConductors
Control Source.....=Sum([NumberOfConductors])
I need to have a conditional format set to if 1 conductor 53%; 2 conductors
31%; Over 2 conductors 40%
In the conditional format I tried for condition 1 Expressin Is
=IIf([SumNumberOfConductors]=1,[PercentageOfFill]>0.53*100)
would change color to red. It doesn't seem to accept the IIf statement and
gives me "You may have entered a comma without a preceding value or
identifier"
What am I doing wrong?
Kelly
Name.................. PercentageOfFill
Control Source.....
=CircuitDetailsubform!SumOfConductorArea/[AreaOfConduit]*100
In the sub form I have a text box:
Name..................SumNumberOfConductors
Control Source.....=Sum([NumberOfConductors])
I need to have a conditional format set to if 1 conductor 53%; 2 conductors
31%; Over 2 conductors 40%
In the conditional format I tried for condition 1 Expressin Is
=IIf([SumNumberOfConductors]=1,[PercentageOfFill]>0.53*100)
would change color to red. It doesn't seem to accept the IIf statement and
gives me "You may have entered a comma without a preceding value or
identifier"
What am I doing wrong?
Kelly