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
How do I disable javascript/Client side debugging in Visual Studio 2008
outlook 2000 "TCP/IP connection was unexpectedly terminated by your mail server. If this problem persists, contact your LAN
Query is giving a non-boolean type specified error
How to read field names from an XSD file.
HTC P3400 - Synchronization Problem with HP Laptop - Windows Vista Home Premium
Vista Home: Use of NET.TCP terminates w3wp.exe and listener
SQL Server Backup Connection
MS Word multiple sheets
Password protect adobe 9
WinPE, SysPrep, Unattened - Remote Deployments