473,397 Members | 2,033 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.

Multi Select in Option Groups

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

Nov 12 '05 #1
5 14797
On Mon, 26 Apr 2004 20:03:18 GMT, <kr**@dslextreme.com> wrote:
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


You can't. An Option Group receives one value, regardless of how many
options there are within the group.

Without knowing more of what you are trying to accomplish, perhaps use
individual controls within a rectangle to approximate the appearance
of an option group, or a list box set to MultiSelect Simple or
Extended.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 12 '05 #2
But what I want, is a group to contain one statement with many choices..
such as:

Window Condition:
Cloudy, Cracked, Loose Frame, Bad Sill

and I want all of these to be visible so the user does not have to scroll
through them.
I tried a listbox, and I expanded it so all the fields are visible, but it
takes up too much room
something like the looks of an 'OptionGroup' is what i am looking for.
kevin

"fredg" <fg******@example.invalid> wrote in message
news:d0*****************************@40tude.net...
On Mon, 26 Apr 2004 20:03:18 GMT, <kr**@dslextreme.com> wrote:
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


You can't. An Option Group receives one value, regardless of how many
options there are within the group.

Without knowing more of what you are trying to accomplish, perhaps use
individual controls within a rectangle to approximate the appearance
of an option group, or a list box set to MultiSelect Simple or
Extended.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.


Nov 12 '05 #3
<kr**@dslextreme.com> wrote in
news:10*************@corp.supernews.com:
But what I want, is a group to contain one statement with many
choices.. such as:

Window Condition:
Cloudy, Cracked, Loose Frame, Bad Sill

and I want all of these to be visible so the user does not
have to scroll through them.
I tried a listbox, and I expanded it so all the fields are
visible, but it takes up too much room
something like the looks of an 'OptionGroup' is what i am
looking for.

create four separate checkboxes. Put a rectangle around them. Add
a label at the top of the rectangle.

All three control types are on the form design toolbox.

Bob Quintal

kevin

"fredg" <fg******@example.invalid> wrote in message
news:d0*****************************@40tude.net...
On Mon, 26 Apr 2004 20:03:18 GMT, <kr**@dslextreme.com>
wrote:
> 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


You can't. An Option Group receives one value, regardless of
how many options there are within the group.

Without knowing more of what you are trying to accomplish,
perhaps use individual controls within a rectangle to
approximate the appearance of an option group, or a list box
set to MultiSelect Simple or Extended.
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.



Nov 12 '05 #4
<kr**@dslextreme.com> wrote in message
news:10*************@corp.supernews.com...
But what I want, is a group to contain one statement with many choices..
such as:

Window Condition:
Cloudy, Cracked, Loose Frame, Bad Sill

and I want all of these to be visible so the user does not have to scroll
through them.
I tried a listbox, and I expanded it so all the fields are visible, but it
takes up too much room
something like the looks of an 'OptionGroup' is what i am looking for.


If you want them NOT to be mutually exclusive, then you can't use an Option
Group. You could use a field per Option (not good design) or use a related
table where you can store anywhere from zero to "however many" and use a subform
to do the entries. The latter while a better table design will not lend itself
to using checkboxes all visible at the same time.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #5
Rick's idea of using a related table where you can store anywhere from zero to
"however many" and use a subform to do the entries is the only way available to
do what you want. You can display all the options by creating a Type 2 or Type 3
join for the subform, not using the LinkMaster/LinkChild properties and
"manually" linking the subform to the main form. This is going to take up as
much room on your form as a simple multiselect listbox would.

Anything else you try will result in multiple number of attributes in the
WindowCondition field and you will have a hard time querying and reporting on
this field.

Maybe you need to look at the overall design of your system and determine why
you are running out of room on your form. Examine why you need so many controls
on your form.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
re******@pcdatasheet.com
www.pcdatasheet.com
"Rick Brandt" <ri*********@hotmail.com> wrote in message
news:c6************@ID-98015.news.uni-berlin.de...
<kr**@dslextreme.com> wrote in message
news:10*************@corp.supernews.com...
But what I want, is a group to contain one statement with many choices..
such as:

Window Condition:
Cloudy, Cracked, Loose Frame, Bad Sill

and I want all of these to be visible so the user does not have to scroll
through them.
I tried a listbox, and I expanded it so all the fields are visible, but it
takes up too much room
something like the looks of an 'OptionGroup' is what i am looking for.
If you want them NOT to be mutually exclusive, then you can't use an Option
Group. You could use a field per Option (not good design) or use a related
table where you can store anywhere from zero to "however many" and use a

subform to do the entries. The latter while a better table design will not lend itself to using checkboxes all visible at the same time.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com

Nov 12 '05 #6

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

Similar topics

12
by: * ProteanThread * | last post by:
but depends upon the clique: ...
4
by: Ferd Berfel | last post by:
given this code: <select name="mySelect" size="3" multiple> <option>one</option> <option>two</option> <option>three</option> <option>four</option> <option>five</option> <option...
5
by: callmebill | last post by:
I'm relatively new to javascript, and I'm trying to decide whether the following (and if so, clues on how to do it): I'd like to create two HTML multiple-select boxes. The first would be a list...
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
11
by: pmarisole | last post by:
I am trying to use the vbscript "split" function on a multi-select field. I am trying to do a mass update of several records at a time. I am getting an error and I'm not sure what to do. Here is...
1
by: kiran | last post by:
hi, iam creating a multiselect menu in javascript the code for that is as follows "<select id=\"groups\" name=\"groups\" size=\"4\" multiple>" "<option value=x>xyz</option>" .. .. .. .....
3
by: scott | last post by:
Hello all, I am ripping my hair out over this and maybe someone could help. I have a site that has groups and subgroups of those groups that all have int id's. I am trying to have a...
31
by: zdenko | last post by:
I have a multi user database and users were created by user level security wizzard - as I mentioned in message before. Everything works fine for those users, but now I have another problem. I have...
11
by: woodey2002 | last post by:
This problem is driving me crazy. Hello there, i am trying to create a search form for records in my access database. The search form will contain text boxes and a multi select list box. The user...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.