I have a form that has 12 checkboxes for the user to select. The user can select any amout of checkboxes. I have an Access table to store the information and want to store the selection in individual cells similiar to:
ID Selection
01 UserSelection1
01 UserSelection2
01 UserSelection3
My question is, What ASP code do I use to get Access to put the users selections into different cells as opposed to putting them into a single cell as a long string.
Thanks, Jason
ID Selection
01 UserSelection1
01 UserSelection2
01 UserSelection3
My question is, What ASP code do I use to get Access to put the users selections into different cells as opposed to putting them into a single cell as a long string.
Thanks, Jason