Hi Liz,
The error you note is normally associated with the following:
If using the ActiveX control "Date and Time Picker" on a form, and binding
it
to a column of a table, you may receive an error when you try to create a
new
record. Error text is "Can't set Value to NULL when CheckBox property =
FALSE". With the new record, since the field is empty, the control's value
would be set to NULL, which causes the error.
Resolution:
In design view of the bound table, set a default value for the field which
corresponds to the Date/Time Picker control, e.g., "Date()".
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| Content-Class: urn:content-classes:message
| From: "Liz" <
[email protected]>
| Sender: "Liz" <
[email protected]>
| Subject: Error on Opening Form
| Date: Mon, 16 Aug 2004 11:07:39 -0700
| Lines: 7
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4927.1200
| Thread-Index: AcSDu+qVck300tm4TKOvFYru/jyf6A==
| Newsgroups: microsoft.public.access.formscoding
| NNTP-Posting-Host: tk2msftngxa07.phx.gbl 10.40.1.58
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA0
7.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.formscoding:242340
| X-Tomcat-NG: microsoft.public.access.formscoding
|
| Does anyone know what "Can't set Value to Null when
| Checkbox property = False" means? This happens when I
| open my main form! As I try to tab through fields, it
| keeps popping up!
|
| Any help would be greatly appreciated! I am running MS
| Access 2002 in 2000 file format
|