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
Programatically create multiple paragraph to a Excel Cell
New Line in EditBox
Forms: Conditional Formatting (when field Is Not Null) on Tab Stop
Moving Exchange 2007 OAB's after migration to Exchange 2010
421 4.2.1 unable to connect for some domains
Illegal operation attempted on a registry key that has been marked for deletion
Remote Desktop between 2 Win XP Pro machines on a LAN. How much more simple could it be and how hard is it for me!
copy/paste capacity
ASP.Net/C# - GridView Checkbox template column how do I loop through checked rows?
How to troubleshoot a Windows 7 memory leak?