Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Y - N value with radios ?
Hi - using ASP/ACCESS/vBSCRIPT
Want to make a insert record form with a radio group (2 radio buttons).
These buttons has value YES and NO, and goes to a corresponding DB table with
Y/N.
When I Insert record it is always checked YES in the DB, even if I check
radiobutton NO
Suggestions?
Bjorn.
btn Guest
-
clintonG #2
Re: Y - N value with radios ?
The name="" property must be the same for each radio button. Use for example
name="confirm" value="y" and name="confirm" value="n" and this conflict
should be resolved.
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL [url]http://metromilwaukee.com/[/url]
URL [url]http://clintongallagher.metromilwaukee.com/[/url]
"btn" <webforumsuser@macromedia.com> wrote in message
news:d5l83g$8i8$1@forums.macromedia.com...> Hi - using ASP/ACCESS/vBSCRIPT
>
> Want to make a insert record form with a radio group (2 radio buttons).
> These buttons has value YES and NO, and goes to a corresponding DB table
> with
> Y/N.
> When I Insert record it is always checked YES in the DB, even if I check
> radiobutton NO
>
> Suggestions?
>
> Bjorn.
>
clintonG Guest



Reply With Quote

