Hi,
I have this following problem:
I want to pogram a textbox. In the expression builder of the properties sheet's control source I've programmed this following code:
=IIf([word1] Or [word2]=1,1,0)
It works. But I have to add 37 other "words" and I can not.
I tried:
=IIf([word1] Or [word2]=1,1,0) or =IIf([word3] Or [word4]=1,1,0) Or....
But it doesn't work.
Could someone help me??
Thank you.
I have this following problem:
I want to pogram a textbox. In the expression builder of the properties sheet's control source I've programmed this following code:
=IIf([word1] Or [word2]=1,1,0)
It works. But I have to add 37 other "words" and I can not.
I tried:
=IIf([word1] Or [word2]=1,1,0) or =IIf([word3] Or [word4]=1,1,0) Or....
But it doesn't work.
Could someone help me??
Thank you.