"Can't set value to null when checkbox property=false."

  • Thread starter Thread starter kevinjwilson
  • Start date Start date
K

kevinjwilson

I get the message "Can't set value to null when checkbox
property=false." on a form when using the active x date picker
(MSComCtl2.DTPicker). I understand the reason for the error code, the
form feild is tied to a table field which is null unitill data is
entered. Does anyone know how to get around this issue and use the
date picker?
 
I get the message "Can't set value to null when checkbox
property=false." on a form when using the active x date picker
(MSComCtl2.DTPicker). I understand the reason for the error code, the
form feild is tied to a table field which is null unitill data is
entered. Does anyone know how to get around this issue and use the
date picker?

Are you trying to set the yes/no field to null? I don't believe that is
a valid state. It is 0 or -1 I don't believe null will work.
 
Back
Top