Hvad gør jeg ???
Jeg er blevet foreslået at benytte dette til min sideSub UpdateMultiCheckBox( ByRef Conn, intID, ByRef Ary ) ' Array must contain 0 | 1
DIM strSQL
DIM intBoxID
intBoxID=0
For Each BoxValue IN Ary
strSQL = "UPDATE tblTABEL SET Box=" & BoxValue
strSQL = strSQL & " WHERE CheckBoxID=" & intBoxID & " AND ID=" & intID
Conn.Execute(strSQL)
intBoxID=intBoxID+1
Next
End Sub
For mere info se her :http://www.eksperten.dk/spm.asp?id=21137
Det skal bruges her : http://www.trippendales.dk/tips/tips_tip.txt