E
Erin Freeman
Here is the situation.
I have a list of hospitals. Not all of the hospitals can be charged GST for
wages
Here is my sql:
GST Wage Total: IIf([D GST Applicable Wage]=Yes,[Billing Sub-Total]*[D
Billable GST],0)
This gives me the amount of GST based on the GST amount and the Billing
SubTotal - This works, now...
..........I need an else statement to go with the above but i cant seem to
get the syntax right to add and "Else" in there
If [D GST Applicable wage]=No then GST Wage Total = 0 so there is a value
in the field for my final calculations.......
Thanks in advance
I have a list of hospitals. Not all of the hospitals can be charged GST for
wages
Here is my sql:
GST Wage Total: IIf([D GST Applicable Wage]=Yes,[Billing Sub-Total]*[D
Billable GST],0)
This gives me the amount of GST based on the GST amount and the Billing
SubTotal - This works, now...
..........I need an else statement to go with the above but i cant seem to
get the syntax right to add and "Else" in there
If [D GST Applicable wage]=No then GST Wage Total = 0 so there is a value
in the field for my final calculations.......
Thanks in advance