
September 23rd, 2009, 01:13 PM
|
|
Registered User
|
|
Join Date: Sep 2009
Posts: 1
Time spent in forums: 43 m 15 sec
Reputation Power: 0
|
|
Updating an Access database using ASP
Hi Guys,
So I have this ASP page which lists data from an Access database along with a checkbox for each record displayed which indicates and 'Yes' or a 'No' value field in the database. Screenshot below.
Code:
http://img178.imageshack.us/img178/9237/86641748.jpg
Now, what I need to do is update all the relevant records in the Access database that are seen here keeping the 'Time Sheet # as the primary key so that whatever changes are made to the 'Invoiced' field checkbox get updated in the database. This, needless to say, should happen when the UPDATE RECORDS button is pressed.
How do I do this? How can I pass so many recordsets to another page and update the table?
Some help would be seriously appreciated.
Cheers,
ShaK
|