I have a comm checkbox with 3 choices. If none are selected I get the following error. Using SQL 2008. I would like to validate that one is checked but if i add that it expects all to be checked. I either need to solve the error or a way to add validation. I have tried various SQL field types and allow NULL.
Error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]The parameterized query '(@P1 nvarc_h_a_r(50),@P2 float,@P3 nvarc_h_a_r(50),@P4 nvarc_h_a_r(50),@P' expects the parameter '@P12', which was not supplied.
/secure/cms/admin/ministries/create/Index.asp, line 55 |
|
|