umepinkie 0 Newbie Poster

Hi

I'd made a form using visual basic and added a few check boxes. I want to know you save the check box item into Microsoft Access Database when I click on Save.
for instance:

checkbox1: item1
checkbox 2: item2
checkbox 3: item 3

and in MS Access, I have column such as LogID, and Type to Call, want it to be like this in the database:
type of call(column):
item1, item2
item 2, item3,
item 1
item 3

those item then will be separate with a comma in that column. I