Radio Button values not updating in database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created an ASP form. All the fields, including the check boxes are
updating the database correctly, except for the radio buttons. I have them
grouped with the same name. The values are "yes" or "no". Nothing writes to
the database.
 
What type of DB field variable are you updating
And what is the code you are using to read the form data & write to the DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I created an ASP form. All the fields, including the check boxes are
| updating the database correctly, except for the radio buttons. I have them
| grouped with the same name. The values are "yes" or "no". Nothing writes to
| the database.
 
I'm doing everything through FP2003 so it is taking care of writing all the
code behind the scenes to an Access database.
 
Make sure that the fieldname in your database is not a reserved word:

http://support.microsoft.com/default.aspx?scid=kb;en-us;286335

http://support.microsoft.com/?id=321266

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




Veevster said:
I'm doing everything through FP2003 so it is taking care of writing all
the
code behind the scenes to an Access database.

Stefan B Rusynko said:
What type of DB field variable are you updating
And what is the code you are using to read the form data & write to the
DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I created an ASP form. All the fields, including the check boxes are
| updating the database correctly, except for the radio buttons. I have
them
| grouped with the same name. The values are "yes" or "no". Nothing
writes to
| the database.
 
Definately not reserve words (1 set = Student, and the other set of buttons =
HomeCk)

Kathleen Anderson said:
Make sure that the fieldname in your database is not a reserved word:

http://support.microsoft.com/default.aspx?scid=kb;en-us;286335

http://support.microsoft.com/?id=321266

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




Veevster said:
I'm doing everything through FP2003 so it is taking care of writing all
the
code behind the scenes to an Access database.

Stefan B Rusynko said:
What type of DB field variable are you updating
And what is the code you are using to read the form data & write to the
DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I created an ASP form. All the fields, including the check boxes are
| updating the database correctly, except for the radio buttons. I have
them
| grouped with the same name. The values are "yes" or "no". Nothing
writes to
| the database.
 
Can you post your code for the radio buttons?

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


Veevster said:
Definately not reserve words (1 set = Student, and the other set of
buttons =
HomeCk)

Kathleen Anderson said:
Make sure that the fieldname in your database is not a reserved word:

http://support.microsoft.com/default.aspx?scid=kb;en-us;286335

http://support.microsoft.com/?id=321266

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others.




Veevster said:
I'm doing everything through FP2003 so it is taking care of writing all
the
code behind the scenes to an Access database.

:

What type of DB field variable are you updating
And what is the code you are using to read the form data & write to
the
DB

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I created an ASP form. All the fields, including the check boxes are
| updating the database correctly, except for the radio buttons. I
have
them
| grouped with the same name. The values are "yes" or "no". Nothing
writes to
| the database.
 
Back
Top