how can I store multiple subjects in my database using checkbox. I'm having hard times thinking on that one., i used this codes but there some thing wrong
if check1.value=1 then
data1.recordset .fields("subjec ts")=check1.cap tion
end if
my problem is.. if i check 2 check boxes at the same time, if I click on the save button , and as i checked on my database, only one value of what i checked had been stored....