G
Guest
Apparently I'm not doing this right since it doesn't work so I was hoping to
get some help. I have a true/false field in a form. If another field (RSID)
meets certain criteria I want it to default to yes, otherwise, no. This is
what I used:
=IIf([tblProgram.RSID]="pre" Or "sei" Or "aid" Or "nur","true","false")
I put it in the Default Value of the true/false field. When I use though it
automatically defaults to true.
Sandra
get some help. I have a true/false field in a form. If another field (RSID)
meets certain criteria I want it to default to yes, otherwise, no. This is
what I used:
=IIf([tblProgram.RSID]="pre" Or "sei" Or "aid" Or "nur","true","false")
I put it in the Default Value of the true/false field. When I use though it
automatically defaults to true.
Sandra