|
 |
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

October 27th, 2003, 04:10 AM
|
Authorized User
|
|
Join Date: Oct 2003
Location: , , .
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
radio button
hi,
how to turn the selection of the radio button off??
pls advice
nono
|

October 27th, 2003, 10:25 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Lansing, Michigan, USA.
Posts: 1,151
Thanks: 2
Thanked 14 Times in 14 Posts
|
|
Radio (option) buttons are part of an option group. If you disable the option group, the all radio buttons for that group will disable.
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division
|

October 27th, 2003, 08:52 PM
|
Authorized User
|
|
Join Date: Oct 2003
Location: , , .
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi,
but how do i check if the first radio button is selected, the other one will not be selected???
my scenario is that when the user select the first radio button, the first textbox will appear and i have to ensure that only one radio button can be selected at a time.
pls advice,
nono
|

October 27th, 2003, 09:36 PM
|
Friend of Wrox
|
|
Join Date: Oct 2003
Location: Clarksville, TN, USA.
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
An option button has a value.
If Me.Frame1.Value = 1
end if
Sal
|

October 27th, 2003, 09:37 PM
|
Friend of Wrox
|
|
Join Date: Oct 2003
Location: Clarksville, TN, USA.
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
An option button has a value.
If Me.Frame1.Value = 1
'do something here
end if
Sal
|

October 28th, 2003, 02:17 AM
|
Authorized User
|
|
Join Date: Oct 2003
Location: , , .
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
u really read my mind.
Got it! my radio button works now!!!
thanks!!!
nono:D
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |