Hi! Sorry to bother you guys again but my project is almost done and I have come across a small problem...
Users fill out a form, the contents of which are verified and then written to an Access Database. One of the objects is a checkbox. It is asking the user wether or not they wish to receive a newsletter. In the database, the column for 'newsletter' is in the data type 'yes/no' but I don't know how to write wether it was checked or not into the database. Can Anyone help?
This is what i have so far for the text fields....
rs("username")=username
rs("password1")=password1
rs("fullname")=fullname
rs("email")=email
rs("location")=location
rs("birthday")=birthday
rs("birthmonth")=birthmonth
I tried rs("newsletter")=newsletter for the checkbox but I got a data mismatch error.
I'd be really grateful for any help you could give me! I appreciate what you guys do for us amateurs! 
Loadsa love,
Vicky
xxx