Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving a Checkbox...

Status
Not open for further replies.

1x2z3

Programmer
Sep 18, 2003
39
ZA
When I am saving a Checked, Checkedbox in a record in a database, all the records is checked not only the one I checked. How can I rectify it.
 
please supply some of your code so i may find the error, or at least point you in the right direction.

BB
 
Are you using an SQL statement such as update table set checkedfiled = <some value>

Because that will update all records without a where clause
 
Thanks vb5prgrmr the code that you gave me actually worked.

Thanks to all of you that tried to help me with this as well.
 
1x2z3

The confusion here is caused by cross forum posting. Please read faq222-2244 to see why it's discouraged in these forums. The rest of the faq will also give you some ideas on how to get better answers as well

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top