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
SBS08 - RWW - FQDN - Can't Get it to Work?
Conversion failed when converting date and/or time from character string.
Installing windows 2008 without DVD Drive
Certreq in Windows 2003 Server (Certificate Authority)
Excel spreadsheet
Query XML data in TSQL
Redirect websites on SBS 2003
I need a asp.net 3.2 email handler vb
MS Access XP Report shows no "Print Custom Size" y?
How to recover deleted file in a shared folder.