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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update Record With Button/Link??

Status
Not open for further replies.

Rabastan99

Programmer
Apr 18, 2012
3
0
0
GB
Here is what I have,

I have a Column on the admin side of my site with a todo list for the site, the entires for the list are:

ID
Name
Date/Time
Description
Completed

I have "Completed" set up as a "TINYINT" with 1 = yes and 0 = No, and defaulted to 0. I have the list set up to filter out 1's showing only 0's in a repeated table. What I would like to do is place a button or link at the bottom of said table that will change "completed" from 0 to 1 removing it from the table.

I would also like it to refresh the table or page but thats optional. Can ANYONE tell me how to do this??

Thanx
Rab
 
what server side language are you using? you would essentially need to create a script with that language that updates your recordset if checked.

Darryn Cooke
| Marketing and Creative Services
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top