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
Outlook 2007 opens with choose profile
How do I auto-forward an email to an outside address and leave a copy on my system?
read xml object
Mouse Keeps Scrolling Up
win 2003, dns exchange problems
How to check different version of same application through SCCM?
Disclaimers in Exchange 2007
date diff expression
New Windows 7 computer won't run a Network program
WPF: Applying multiple styles