M
molsonexpert
Hi All.
Originally posted in microsoft.public.access without a response. Thought I'd
try here (my apologies for the multi-post):
Using Access 2002. I have an unbound control whose format is currency and a
default value of zero. I also have an option group containing 4 option
buttons, with neither of the four selected by default. Once a value is
entered in the control, I would like a calculation to take place depending
on which option button has been selected (there's a different calculation
for each option). Otherwise, the value should remain zero. To be even more
difficult, once a value has been entered, I want it mandatory that one of
the option buttons be selected. What's the best way to do this? I suspect
some sort of if...else and/or case statement in vba, no?
Thanks in advance.
Originally posted in microsoft.public.access without a response. Thought I'd
try here (my apologies for the multi-post):
Using Access 2002. I have an unbound control whose format is currency and a
default value of zero. I also have an option group containing 4 option
buttons, with neither of the four selected by default. Once a value is
entered in the control, I would like a calculation to take place depending
on which option button has been selected (there's a different calculation
for each option). Otherwise, the value should remain zero. To be even more
difficult, once a value has been entered, I want it mandatory that one of
the option buttons be selected. What's the best way to do this? I suspect
some sort of if...else and/or case statement in vba, no?
Thanks in advance.