I am trying to input data "Yes" or "No" value in 3 check boxes:
-------See code----------------
With this form I request the following (please check the pack(s) you would like):
<BR>
<INPUT TYPE="checkbox" NAME="MakPac" ID="MakPac" VALUE="Yes"> Macintosh XP Blade Demo Pack - Consisting of MAC 3 & 4.
<BR>
<INPUT TYPE="checkbox" NAME="MilPak" ID="MilPak" VALUE="Yes"> Miller XP Blade Demo Pack - Consisting of Miller 2 & 3.
<BR>
<INPUT TYPE="checkbox" NAME="PedPak" ID="PedPak" VALUE="Yes"> XP Pediatric Blade Demo Pack - Consisting of Miller 0 and 1
</TD>
------------------------------------------------
This will not work. What am I doing wrong?
My Access DB had 3 fields:
MilPak
MaxPac
PedPak
Any help would be great,
Thanks,
Eric
-------See code----------------
With this form I request the following (please check the pack(s) you would like):
<BR>
<INPUT TYPE="checkbox" NAME="MakPac" ID="MakPac" VALUE="Yes"> Macintosh XP Blade Demo Pack - Consisting of MAC 3 & 4.
<BR>
<INPUT TYPE="checkbox" NAME="MilPak" ID="MilPak" VALUE="Yes"> Miller XP Blade Demo Pack - Consisting of Miller 2 & 3.
<BR>
<INPUT TYPE="checkbox" NAME="PedPak" ID="PedPak" VALUE="Yes"> XP Pediatric Blade Demo Pack - Consisting of Miller 0 and 1
</TD>
------------------------------------------------
This will not work. What am I doing wrong?
My Access DB had 3 fields:
MilPak
MaxPac
PedPak
Any help would be great,
Thanks,
Eric