newbie - update query in asp
am 12.12.2004 13:21:32 von Marco KrechtingCrossposted in general.asp - I guess this is a better newsgroup for my
question - Sorry!
Hi folks,
I'm new in ASP so I need some help on a updatable query.
I have an access db with the table SID_Master_Archief.
From this table I would like to run a query showing six fields.
The doc_date(date), doc_link(hyperlink), regio1(boolean),
regio2(boolean), regio3(boolean),regio4(boolean).
The boolean fields have to be checked by the user.
So I need a asp form with a grid showing these records and have the
users click on one of the regio fields (I guess with a checkbox) to
check or uncheck and then confirm with a button somewhere on the form
to send the update to the server.
Anyone how I should do this?
Regards
Marco
The Netherlands