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
Microsoft Office Access Can't Save Design Changes or Save to a New Database object..
Which HDMI Cable for my XBox 360
Is there a way to reformat Outlook 2007 phone numbers?
DistributedCOM error 10009 help
Prit Spooler stopping on Windows 2k3 Server
Embed Excel into an Access tab control page
Subreport not showing
Email Button In Access
Can we create 1 partition in Windows 2003 R2 with 6 TB. Is there any limitation.?
Alter sp in sql 2008