q8_dreamy -1 Light Poster

hi, if i have a vb form connected to access db and i want to insert values of checkbox list(more than one value) in one database field.. how can i do it
see a piece of my code:
cmcontact.CommandText = ("insert into table1_local(name)values('" + Me.CheckBoxList1.SelectedValue + "');")

when i run this code i got just te first check box value
So, any idea pleeeeeeease??!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.