D
Derek
Can someone please look at the following coding and tell me what is wrong
with it. It thinks that "$12.00" and "$15.00" are values that require input.
I just want to display those 2 values if the statement is right or wrong.
Before Jan 1:
IIf([tblanimals]![servicedog]=Yes,"$0.00",IIf([tblanimals]![altered]=Yes And
[tblowners]![Senior]=Yes,â€$12.00",$15.00â€))
with it. It thinks that "$12.00" and "$15.00" are values that require input.
I just want to display those 2 values if the statement is right or wrong.
Before Jan 1:
IIf([tblanimals]![servicedog]=Yes,"$0.00",IIf([tblanimals]![altered]=Yes And
[tblowners]![Senior]=Yes,â€$12.00",$15.00â€))