S
Sokan33
I used the following statement in my form to return a Yes or No to a field
named DueForAnnoitment
=IIf(([PeriodLastAnnoited]>2),"Yes","No") It work quite alright.
My Objective:
I have a Yes/No field named Baptised. I want this field to be additional
factor for DueForAnnoitment field so that 2 yes answers are required to
return YES.
I tried the following as the Contgrol Source for DueForAnnoitment field.
=IIf(([PeriodLastAnnoited]>2),"Yes","No") And (([Baptised]=Yes),"Yes","No")
It returns negative # ie -1 instead of Yes or No
Your help wiil be appreciated!
named DueForAnnoitment
=IIf(([PeriodLastAnnoited]>2),"Yes","No") It work quite alright.
My Objective:
I have a Yes/No field named Baptised. I want this field to be additional
factor for DueForAnnoitment field so that 2 yes answers are required to
return YES.
I tried the following as the Contgrol Source for DueForAnnoitment field.
=IIf(([PeriodLastAnnoited]>2),"Yes","No") And (([Baptised]=Yes),"Yes","No")
It returns negative # ie -1 instead of Yes or No
Your help wiil be appreciated!