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
Curious Sandbox folders in server 2008
Script Trouble
Why is appendOnly CRecordset readOnly
Excel Filter not listing in correct order
Query XML data in TSQL
Excel spreadsheet
Sharepoint Discussion Board Pictures??
Installing windows 2008 without DVD Drive
Conversion failed when converting date and/or time from character string.
Excel VBA cell length limitation