B
Brenda
But I am at a impass!
First of all, thanks in advance for any help you may be able to provide.
My MSAccess VBA situation is this - I am a novice trying to learn MSAccess
and have made many strides. I have successfully developed a membership
database for which I can swipe a drivers license for membership information
for a club. I am now "tweaking" it and would like to add a couple of radio
buttons that once selected would place text in my Members table to the
current record for which data is being entered through a form. If the radio
buttons are left not selected, the field would remain blank. Also, when one
of the radio buttons are selected, a field for membership dues for which is
currently defaulted to $1.00 would go to $0.00. The radio buttons are
grouped.
I am at a mental road block for the code. Any help would be appreciated.
Here are the specfics.
Thanks!
First of all, thanks in advance for any help you may be able to provide.
My MSAccess VBA situation is this - I am a novice trying to learn MSAccess
and have made many strides. I have successfully developed a membership
database for which I can swipe a drivers license for membership information
for a club. I am now "tweaking" it and would like to add a couple of radio
buttons that once selected would place text in my Members table to the
current record for which data is being entered through a form. If the radio
buttons are left not selected, the field would remain blank. Also, when one
of the radio buttons are selected, a field for membership dues for which is
currently defaulted to $1.00 would go to $0.00. The radio buttons are
grouped.
I am at a mental road block for the code. Any help would be appreciated.
Here are the specfics.
table name = Members
field name for data from selected radio buttons = Dues_Exempt
field name for default $1.00 membership dues = Member_Dues
radio button #1 name = rb1 (text entry to Dues_Exempt field would be "No Charge - Senior Citizen"
radio button #2 name = rb2 (text entry to Dues_Exempt field would be "No Charge - Other"
radio button group name = radio_buttons (source data is Dues_Exempt)
form name = Members
Thanks!