G
Guest
Hi,
I would like to "Logical OR" several Yes/No values in a subform, and then
based on the result, set a Yes/No value in a main form. I would appreciate
a snipit of code if anyone has some available...
The general flow would be
IF (subform.a1 = yes, OR subform.a2 = yes, OR subform.m1 = yes,
Then set mainform.rptflag = yes)
I have "Inherited" this db and would like to make as few modifications as
possible. Any additional suggestions on how to accomplish this will be
greatly appreciated.
Thanks, Regards,
Gary
I would like to "Logical OR" several Yes/No values in a subform, and then
based on the result, set a Yes/No value in a main form. I would appreciate
a snipit of code if anyone has some available...
The general flow would be
IF (subform.a1 = yes, OR subform.a2 = yes, OR subform.m1 = yes,
Then set mainform.rptflag = yes)
I have "Inherited" this db and would like to make as few modifications as
possible. Any additional suggestions on how to accomplish this will be
greatly appreciated.
Thanks, Regards,
Gary