473,397 Members | 1,949 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Add Option to OptionGroup

I've been unable to find code for adding an option to an option group.
I did find this instruction on a site called softlookup.com:

"If you want to add another option button to an option group, click
the Option Button tool and move into the option group (it will become
selected) and click."

But I'd like to copy the specs (size, font, etc) for an existing
option button and its label rather than starting anew and fighting to
make it look like the others. So I made a copy of one of the option
buttons and label already in the frame and put that into the frame.
But it didn't associate itself with the frame. It sits there, an
independent option button, not recognized as one of the frame's option
group. I'm hoping that I can attach it, either from the design window
or with VBA code
--thelma
Jun 24 '06 #1
2 20196
* Thelma Lubkin:
I've been unable to find code for adding an option to an option group.
I did find this instruction on a site called softlookup.com:

"If you want to add another option button to an option group, click
the Option Button tool and move into the option group (it will become
selected) and click."

But I'd like to copy the specs (size, font, etc) for an existing
option button and its label rather than starting anew and fighting to
make it look like the others. So I made a copy of one of the option
buttons and label already in the frame and put that into the frame.
But it didn't associate itself with the frame. It sits there, an
independent option button, not recognized as one of the frame's option
group. I'm hoping that I can attach it, either from the design window
or with VBA code
--thelma


Thelma,

If you copy/paste inside the option group, the copy should be part of
the group. If you do, however, end up with an option button that is not
part of the group and you want it to be part of a group, do this.

Select the option button, cut it, select the option group, then paste.
The button should end up part of the group.

HTH

--
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
Jun 24 '06 #2
Randy Harris <pl****@send.no.spam> wrote:
: * Thelma Lubkin:
:> I've been unable to find code for adding an option to an option group.
<snip>
: Thelma,

: If you copy/paste inside the option group, the copy should be part of
: the group. If you do, however, end up with an option button that is not
: part of the group and you want it to be part of a group, do this.

: Select the option button, cut it, select the option group, then paste.
: The button should end up part of the group.

: HTH
That certainly does. Perhaps I needed to select
the option group before I pasted the copy into it?
Thank you.
--thelma

: Randy Harris
: tech at promail dot com
: I'm pretty sure I know everything that I can remember.
Jun 24 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Shyguy | last post by:
I have an option group with about 30 options. I would like to have the Option Labels get their text from a table. Is this possible, and if so how? Also, is it possible to embad a font into a...
6
by: Adrian | last post by:
Access 2000 How can I get the properties of the selected option button within an option group? With the code below it returns the 'HelpcontextID) of the option group, and not the ID...
5
by: | last post by:
Hi guys, I have a form that I am using option groups on.. how can i make each option group a multi select ? thanks, kevin
2
by: Charles | last post by:
Ok, so I'm creating a form on the fly. I can create the option group, I can create the checkboxes, but I can't figure out how to bind them to the option group I'm creating them within. I was...
11
by: MLH | last post by:
Why is that? If I choose the tiny check boxes which are hard to hit with a mouse, it works fine. But option buttions, shich can be sized big enough for people with limited sight and dexterity...
1
by: brino | last post by:
hi all ! i have created an option group on a form. when i click the buttons it returns a value to a field. however it will only return a number but i want it to place certain text in the field...
4
by: sparks | last post by:
well I am trying to get around looking at all the buttons with a case statement so I was trying this. Public Sub looking(ctlname) Dim ctl As OptionGroup Dim btn As ToggleButton ctl =...
2
by: sara | last post by:
Hi I'm having a very strange problem and need HELP!! I have a form for the user to choose a report (radio button in an option group) and parameters (Dates, Season). Click the option button,...
2
beacon
by: beacon | last post by:
Hi everybody, I have a form that has a combo box that asks the user to select the program they work on. Once the user selects the program, a SQL statement populates the row source for 4 staff...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.