E
Emily Albritton
I am having a problem with an IIf statement on my report. Here is the
background. I have a field that is based on the concat of a union query.
This field is informational in nature. I need to include a specific
compensation rate based on different parts of this field.
I have gotten my IIf statement to work somewhat. controlsource follows:
=IIf([TestType] Like "BAT",(1*100),0)
The issue that I am having here is if I replace the number 100 with the rate
that I need to calculate with the calculation goes null I guess. On the
records that don't include BAT the field shows $ 0.00 on those that do
include BAT it is blank...but with the 1*100 in there it works like a charm.
Any guidance would be appreciated.
Thanks,
ea
background. I have a field that is based on the concat of a union query.
This field is informational in nature. I need to include a specific
compensation rate based on different parts of this field.
I have gotten my IIf statement to work somewhat. controlsource follows:
=IIf([TestType] Like "BAT",(1*100),0)
The issue that I am having here is if I replace the number 100 with the rate
that I need to calculate with the calculation goes null I guess. On the
records that don't include BAT the field shows $ 0.00 on those that do
include BAT it is blank...but with the 1*100 in there it works like a charm.
Any guidance would be appreciated.
Thanks,
ea