Microsoft
Software
Hardware
Network
Question : Entering No Data in a Microsoft Access Date Field
Is their a way to programmatically enter 'no data' into a Microsoft Access Date Field? Is so, how???
Thanks
The following SQL code does not work.
INSERT INTO MyTable (ADateField) values ("")
or
UPDATE MyTable SET ADateField = ""
Answer : Entering No Data in a Microsoft Access Date Field
Then this should work:
UPDATE MyTable SET ADateField = Null
mx
Random Solutions
I am unable to open another users mailbox in Outlook 07
CRecordset catch and error
On Open / Current Event Handler Question
Converting Double to CString
Windows Explorer cannot download, Interface not supported.
Tidy ways to handle multi-page forms in Access?
Get SSIS Connection Manager Properties
Is there a free good print directory for Windows
Can someone explain this code to me?
formula disappear after converting from 2003 to 2007