I am trying to Insert the value of a "checkbox " field to the database
(MSACCESS) using, i.e. on the Form Page:
<input type="checkbox" name="Muzzle_Order_Issued" value="Yes">

On the InsertPage I have defined :
<CFPARAM NAME="Muzzle_Order_Issued" DEFAULT="">[ incase the value is not
present on the form]

And the insert as:
<CFINSERT dataSource="#Request.dsn#" tableName="t_vet"
formfields="Muzzle_Order_Issued>

The database field type for Muzzle_Order_Issued is "Text".

Why would I get the following error ?

Form entries incomplete or invalid.
The value entered for the MUZZLE_ORDER_ISSUED field ('Yes') is not correctly
formatted.
Debugging Information
500 Form entries incomplete or invalid.
Form entries incomplete or invalid.