[thelist] ASP string chopping

Ewing, Christopher CEwing at sscinc.com
Thu, 2 Dec 1999 12:18:02 -0500


Hello all,

I am taking input from a form and saving to a table in a database.  No big
deal there.  One of the form fields however is composed of checkboxes (kind
of a pick all that apply type of feature).

The result that is sent is composed of the Unique ID's for each of the
answers so I would get something like 20, 22, 23 for the result of
Question6.  My problem now is how can I store these as individual results to
a database and not as a text string?

Confused, befuddled, and undercaffinated.

Chris