Hi,
Trying to get this query figured out right. I have a Gross, H/A, and Net fields.
If there is no value in H/A then Net = Gross. This is what I've figured out so far. In the Net criteria field in my query...
IIf([H/A]=0,[Net]=[Gross],[Gross]*[H/A])
Trying to get this query figured out right. I have a Gross, H/A, and Net fields.
If there is no value in H/A then Net = Gross. This is what I've figured out so far. In the Net criteria field in my query...
IIf([H/A]=0,[Net]=[Gross],[Gross]*[H/A])