modify the value of the FRAME
'set option26
me.service_controlname = 7
btw, you really should give your controls meaningful names. Access, of
course, has no idea what to call them, so it just names them like this:
option26. I would do something like Service_something
where
'something' describes the option
OR, what I actually do is this:
Service_03
if it is the 3rd choice in a frame called Service ... but then I have
code that loops through the option choices and boldfaces the label of
the selected option so there is a logical REASON to use numbers in the
name <smile>
Warm Regards,
Crystal
Access Basics
8-part free tutorial that covers essentials in Access
http://www.accessmvp.com/Strive4Peace/Index.htm
*
(: have an awesome day :)
*
> I created a form with one option group on it and later added a second option
> group but when I try to reference the options in the second group in VB code
[quoted text clipped - 22 lines]
>
> Thanks!