473,396 Members | 1,995 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,396 software developers and data experts.

Clear checked radio buttons

hi All,
I have 3 option group with diferents number of radio buttons in each option group. The way that is working my code related group1 to group2 and group 2 to group 3. Let's say in group1 I have countries, group2 'states', and group3 'cities'. When the user click a country in group1 (ie. US) in group2 will populate with the states in US. Then whe the user chooses a state(ie CA), in the group3 will populate with cities within CA.
My problem at the moment is that I have to clear the radio buttons checked. Ie. if want to to choose another country 'France' the radio buttons that I have checked are not clear, they're filled

Any thoughts !!!

Sussana
Nov 9 '07 #1
2 6301
hi All,
I have 3 option group with diferents number of radio buttons in each option group. The way that is working my code related group1 to group2 and group 2 to group 3. Let's say in group1 I have countries, group2 'states', and group3 'cities'. When the user click a country in group1 (ie. US) in group2 will populate with the states in US. Then whe the user chooses a state(ie CA), in the group3 will populate with cities within CA.
My problem at the moment is that I have to clear the radio buttons checked. Ie. if want to to choose another country 'France' the radio buttons that I have checked are not clear, they're filled

Any thoughts !!!

Sussana

If you are simply trying to remove the highlighted select radio button, enter this vba after your command statement or once you are ready to select another country .

Create a button on form titled "Clear"

"on click" type ...

Me!groupby1.Value = 0
Me!groupby2.Value = 0
Me!groupby3.Value = 0
Nov 10 '07 #2
debasisdas
8,127 Expert 4TB
Try to use the combobox ,instead of radio buttons . that is a better option.
Nov 10 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: sman | last post by:
Hi, I recently read this article on About.com on how to create required fields for a form: http://javascript.about.com/library/scripts/blformvalidate.htm Everything works great except that there...
2
by: Jeff | last post by:
I'm trying to create a dynamic form that can have multiple groups of radio buttons (each group has two buttons) with the same name. Essentially, the form allows a user to enter as many names as...
4
by: Oscar Monteiro | last post by:
I Have to sets of Radio buttons like so: <input type="radio" name=p1 value=1> <input type="radio" name=p1 value=2> <input type="radio" name=p1 value=3> <br> <input type="radio" name=p2 value=1>...
5
by: Digital Puer | last post by:
I have the following HTML form: - radio button A (default selected) - radio button B - input field, of type "file" with "Choose" button - submit button I would like to have it so that if the...
2
by: Pauly | last post by:
I have a group of three radio buttons on a group box. In my database I have three columns all of data type bit. I want to bind each button so that if it is 1 then it selects the appropriate...
1
by: Jerry | last post by:
We have a 10-question quiz for kids, each question being a yes or no answer using radio selections. I'd like to keep a current total of yes's and no's at the bottom of the quiz (if the user selects...
2
by: dpazza | last post by:
Hi, I'm creating a quiz on using a form in VB 2005 express. I have four sets of questions and answers (labels and radio buttons) and I change between which set of questions is currently shown on...
5
by: alanb | last post by:
Hi, hope someone can help, I need to be able to keep a running total of radio buttons selected, as a user goes through a set of 16 questions, devided in to 4 catorgories, then on "submit" have the...
4
by: rajsrmc | last post by:
In my form i have three radio buttons and nine image buttons, three image buttons per radio buttons If the user check one radio button, the respective three image buttons only has to be displayed....
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.