Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem With using ActiveX Calendar

Status
Not open for further replies.

Happy2

Programmer
Aug 10, 2001
64
US
Hi everyone,

Can anyone help me to use the activex Calendar. Thanks.

I want to use a "Date and Time picker" Calendar on a sub form.
However, if I don't check the "CheckBox" property to YES, I receive the following message:
"Can't set Value to NULL when CheckBox property = FALSE"
Is there a way that I don't have to check 'YES' for the check
box?
 
You have two options - you EITHER
have the CheckBox set to Yes
or
you put a dafault Date:Time in the Value box
or
you bind the control to a field in a table that always has a value

CheckBox is - in effect - an 'Allows Null' parameter on the control itself.



'ope-that-'elps.

G LS
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top