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
event IPC remoting proxy channel sink
Dr. Watson Dump File
Access Date Formats: USA to European
How can I setup a simple "HelloWorld" WCF service using SSL certificate and a custom username/password
LaCie 1TB HD will not show up in My Computer
Tray 900 Unable to Set Tray Icon error. How do I clear it when Windows XP Pro starts?
VB.Net assign a class to each tab control page
Tree command in DOS
Excel vba: post 21 - based on prev EE post - msoshape - parameters question
ODBC Error on Refreshing a QueryTable