G
Greg
Hi All,
Getting close to deadline and i know this is has to be simple, what am i
doing wrong?
=IIf([tblStaff.type]="Commission",0) Or IIf([tblStaff.type]="Wages",[Wages],0)
This string is typed in the Control Source of field [Wages].
I simply want the field [Wages] to display $0.00 if
[tblStaff.type]="Commission" otherwise display it's current value.
Thanks in advance for any input.
Greg.
Getting close to deadline and i know this is has to be simple, what am i
doing wrong?
=IIf([tblStaff.type]="Commission",0) Or IIf([tblStaff.type]="Wages",[Wages],0)
This string is typed in the Control Source of field [Wages].
I simply want the field [Wages] to display $0.00 if
[tblStaff.type]="Commission" otherwise display it's current value.
Thanks in advance for any input.
Greg.