Hello,
I created a checkbox that allows users to select more than one boxes and use Access db to store values. How do I make 2 lines in Access table field if a user select 2 boxes.
Here is my code:
<input type="checkbox" name="a" id="a" value="Asian" />Asian<BR />
<input type="checkbox" name="a" id="b" value="Latino" />Latino<BR />
<input type="checkbox" name="a" id="c" value="White" />White<BR />
If a user check 2 first boxes, I like to have a value in the field to be:
Asian
Latino
Instead of Asian, Latino
How do we do that?
thanks.
http://www.asiafuns.com/asian_friends/