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
Select MAX(ISNULL(variable, 0)) is returning NULL when it should be returning 0
How to change a date value (cell value)
Returning bitmap DPI in MFC
drivers
How to validate the column name?
Log of remote web workplace usage - track past user activity?
How do I create an automatic counter in MSWord?
Modifying the unattend.xml file to add CopyProfile
Keyboard input in Dialog box MFC
sleeping connections in mysql