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
MSComm VBA Excel comms with serial port
Dropdowns in grid view 'edit item template' not working
How to build and send multiple tables using sp_send_dbmail
Adding a Text File to a ClickOnce Deployment
Disable the right mouse button for pasting into a textbox
how to get the milliseconds from datetime in dotnetcompact framework
How to use stored procedure for access data project
change the language of datetime picker to spanish.
How to integrate FCKEditor with asp.net/C#
Run Advertised Programs