Insert Errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I try to insert a new record into my form, the following error keeps
occuring.

Can't set Value to NULL when CheckBox property = FALSE

But I didn use any checkboxes in my form. The only controls I used in the
form are
listbox
textboxes
subform (filtered by listbox)
a hiding function (when no entrys are selected in the listbox).

I see alot of this error in many of my forms but cant find the problem. How
do I solve this error? Thanks in advance.
 
Just a thought. Do you have any Date/Time Picker controls on your forms?
If so, I have had this problem with these.

Sandy
 
Oh yeah, now you mentioned it... I do have 1 date/time picker control on that
form. What do I have to do to remove that error?

Thanks in advance.
 
Back
Top