473,397 Members | 1,961 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.

How to Account for 2 Options

When trying to capture 1 of 2 options (for example, user needs to
choose between red or blue or Monday or Tuesday), what is the best
control option (toggle button, option button, or Check Box)?
Nov 12 '05 #1
2 1236
DFS
"Mark Lees" <ma*******@byu.edu> wrote in message
news:c4**************************@posting.google.c om...
When trying to capture 1 of 2 options (for example, user needs to
choose between red or blue or Monday or Tuesday), what is the best
control option (toggle button, option button, or Check Box)?


Mark,

Depends on your current and future choices.

For me:

* if it will always or usually be a fixed, small number of choices, option
buttons inside a frame look nice
* If it's a long list, or might grow large, I nearly always use a list box
* I rarely use toggle buttons (they're useful, but too much like click
buttons).
* I only use check boxes to indicate True/False (never in a group).


Nov 12 '05 #2
I use checkboxes if more than one can be selected. If only one item is to be
selected, I'll use option buttons in a frame. I'll agree with DFS, if the
list of options gets too long, a single or multi-select (depending on the
circumstances) list box is probably better.

I've used toggle buttons a couple of times, usually to show something turned
on or off on the form, rather than a selection choice.

With only 2 options to choose from and one or the other need to be chosen,
the option buttons are hard to pass up. They look more like the way you are
probably used to seeing things in Windows applications. If space is a
consideration though, the toggle button may be needed.

--
Wayne Morgan
Microsoft Access MVP
"Mark Lees" <ma*******@byu.edu> wrote in message
news:c4**************************@posting.google.c om...
When trying to capture 1 of 2 options (for example, user needs to
choose between red or blue or Monday or Tuesday), what is the best
control option (toggle button, option button, or Check Box)?

Nov 12 '05 #3

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

Similar topics

3
by: Glen Scott | last post by:
Hi, I'm writing an ASP app that administers an ISA server remotely. The fact that it's an ISA server isn't my problem I believe. My question? What is the security difference between disabling...
6
by: Daniel | last post by:
My windows service runs under the system account but the system account can't see a domain on the LAN. Is there some sort of permissions that have to be set for the system account to see the domain...
2
by: Vinny Vinn | last post by:
On occasion a Network User Account gets locked out. This causes lots of problems as the account is used to run different programs. The programs fail when the user account is locked out. I would...
3
by: | last post by:
This question references to KB articles: http://support.microsoft.com/default.aspx?scid=kb;EN-US;315158 http://support.microsoft.com/default.aspx?scid=kb;EN-US;317012 I'm running Advanced Server...
8
by: Alphonse Giambrone | last post by:
I have a small asp.net web app running on a shared host. It uses a Jet (Access) database. I included a routine to compact the database when the application_event fires if it has not been compacted...
1
by: cashdeskmac | last post by:
My web form accesses a sql server database but I get an error message that I cannot login to the database with the ASPNET limited account. Is there a way to either configure the ASPNET account so...
3
by: Doug | last post by:
Using Visual Studio 2005, SQL Server 2000, and ASP.NET/VB.NET for a Web Application. We have a System DSN using Windows NT authentication defined on the development box to connect to the SQL...
1
by: Anthony Yott | last post by:
Folks, Does anyone have a link to the "manual steps" needed to give a domain account permission to run as the Identity in an Application Pool on IIS 6 with .NET 2.0. Forget about aspnet_regiis...
2
by: Chris Marsh | last post by:
Hi all I have one machine (A) which is not on a domain. There is an local user account on A (userA) that has access to a certain folder. I have another machine (B). An application on B...
2
by: Max2006 | last post by:
Hi, I want my ASP.NET application connects to a SQL Server through windows authentication. To do this, I assume that my application pool should be under a windows identity instead of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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.