Forum Moderators: open
I keep getting:
Error Type: Microsoft JET Database Engine (0x80040E07) Data type mismatch in criteria expression. /agent/NewAgent.asp, line 132
thanks a bunch!
you have to use -1 & 0
checked = yes = -1 unchecked = no = 0
set your form field value to 1 and do something like this
If Request.Form("FieldName") = "1" then strField = "-1" else strField = "0" end if
Onya Woz
Any ideas?
thx