OK - Now I have tried:
vNominees = request.form("chkValidate")
'now set an array to the nominees
arrNom = split(vNominees, ",")
'now loop through the array and update the DB
for i=0 to ubound(arrNom)
strQuery = "UPDATE Nominations SET (Validated=" &...
I have a table called Nominations. One of the fields is called Validated. On the asp page, I loop through the records and display all records where Validated = false. I have a checkbox(chkValidate) next to the person's name and have set the value of that checkbox to...
I have 3 radio buttons. Each radio btn has a set of related text boxes. If the radio btn is selected, the corresponding text boxes are required fields. This has to be done in FrontPage 2000 - employer requirement.
The other required fields on the form are always required and use FrontPage's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.