|
Subject:
|
radio button
|
|
Posted By:
|
damnnono_86
|
Post Date:
|
10/27/2003 3:10:42 AM
|
hi,
how to turn the selection of the radio button off??
pls advice nono
|
|
Reply By:
|
SerranoG
|
Reply Date:
|
10/27/2003 9:25:33 AM
|
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
|
|
Reply By:
|
damnnono_86
|
Reply Date:
|
10/27/2003 7:52:46 PM
|
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
|
|
Reply By:
|
sal
|
Reply Date:
|
10/27/2003 8:36:46 PM
|
An option button has a value.
If Me.Frame1.Value = 1
end if
Sal
|
|
Reply By:
|
sal
|
Reply Date:
|
10/27/2003 8:37:01 PM
|
An option button has a value.
If Me.Frame1.Value = 1 'do something here end if
Sal
|
|
Reply By:
|
damnnono_86
|
Reply Date:
|
10/28/2003 1:17:30 AM
|
u really read my mind.
Got it! my radio button works now!!!
thanks!!! nono
|