> > I have a check box on my form. Under the main form properties I have a code
> > IIF([Page1]>0, then
[quoted text clipped - 12 lines]
> Actually a simpler code can be used:
> [GrantTurnedIn] = Me![Page1] > 0
> Okay that worked Now I have another one
> I have text134 when this say ok then I want text box [ZEZA] to be checked
[quoted text clipped - 18 lines]
>> Actually a simpler code can be used:
>> [GrantTurnedIn] = Me![Page1] > 0
Chey,
This question is just about the same as the one you just said "OK it
worked" to.
Sentences like "I tried different places and It doesen't work." does
not give us much help.
What specifically did you try?
Where specifically did you place it?
These newsgroups are to help everyone who may have a problem, not just
the original poster. As your original post seems to have been answered
correctly why not start a new thread, so that someone else, who may
have a similar problem, can learn also. Be specific.
Thanks.

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Chey - 28 Feb 2006 17:49 GMT
sorry about that.
I have text134, when a 2 is in there then Zero Enrollement, Zero Attendance=
False. (ZEZA) is a checkbox.
Under text134
for on change I put
[Zero Enrollement, Zero Attendance] = Me![Text136] =0
If there is a 0 then it is True I am not sure on that one so I tired
If [Text136] = 0 Then
[Zero Enrollement, Zero Attendance] = True
Else
[Zero Enrollement, Zero Attendance]= False
> > Okay that worked Now I have another one
> > I have text134 when this say ok then I want text box [ZEZA] to be checked
[quoted text clipped - 33 lines]
>
> Thanks.