R
rtolliver
I looking for an Access function that will verify 2 conditions.
I've tried "IIF" "AND", they didn't work, I'm not sure if the syntacs was
correct.
Here's what I'm tring to do, I have a record that contains 2 yes/no fields
and a number field, if field "A" is "yes" and field "B" is "no" I want to use
the value in the number field.
example:
=IIf([Recvin]="yes" And [In_Inventory]="no",[BdFt],0)
The above example does not work.
I've tried "IIF" "AND", they didn't work, I'm not sure if the syntacs was
correct.
Here's what I'm tring to do, I have a record that contains 2 yes/no fields
and a number field, if field "A" is "yes" and field "B" is "no" I want to use
the value in the number field.
example:
=IIf([Recvin]="yes" And [In_Inventory]="no",[BdFt],0)
The above example does not work.