HI, I am looking for the correct syntax only as i can't figure out.
One table with 3 fields. All are checkbox
Test1,Test2,Result
Result will become true only if Test1 and Test2 are true. So, i use the =Iif(Test1 = "True" and Test2 = "True", "True","False"
to be put on the Default value in Result field.
I believe the logic and the usage of the Iif function is correct but i always get the syntax error message. Can anyone here help me the correct syntax. I already search through the Help file but it didn;t help much.
One table with 3 fields. All are checkbox
Test1,Test2,Result
Result will become true only if Test1 and Test2 are true. So, i use the =Iif(Test1 = "True" and Test2 = "True", "True","False"
I believe the logic and the usage of the Iif function is correct but i always get the syntax error message. Can anyone here help me the correct syntax. I already search through the Help file but it didn;t help much.