S
Stephanie
Hi. I have two option buttons: Member
(option1) and Affiliate(option2) Each are yes/no fields,
with an option group container, and code:
Option1_Click
Me!Option2 = Not Me!Option1
Option2_Click
Me!Option1 = Not Me!Option2.
If someone is a Member, I want MemberDate field required
and AffiliateDate non-enterable. If someone is an
Affiliate, I want AffiliateDate field requried and
MemberDate non-enterable. MemberDate and AffiliateDate
are Date/Time fields. Seems as though I'd attach the code
to be somehow associated with the Member field so that the
AffiliateDateName field is disabled when the Member field
is activated, and that the trigger needs to happen after
the Member field is populated. Events and coding are a
struggle for me. Any detailed suggestions?
Thanks! Stephanie
(option1) and Affiliate(option2) Each are yes/no fields,
with an option group container, and code:
Option1_Click
Me!Option2 = Not Me!Option1
Option2_Click
Me!Option1 = Not Me!Option2.
If someone is a Member, I want MemberDate field required
and AffiliateDate non-enterable. If someone is an
Affiliate, I want AffiliateDate field requried and
MemberDate non-enterable. MemberDate and AffiliateDate
are Date/Time fields. Seems as though I'd attach the code
to be somehow associated with the Member field so that the
AffiliateDateName field is disabled when the Member field
is activated, and that the trigger needs to happen after
the Member field is populated. Events and coding are a
struggle for me. Any detailed suggestions?
Thanks! Stephanie