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
Two Terminal Services (win 2003 server) questions.
status bar in MFC
The subscription(s) have been marked inactive and must be reinitialized
[MS-Word] Borders for Cells
Creating a memo field in an Access make-table query.
Applying Adobe patch with a .msp file using Group Policy
Multiple COUNT functions using one SELECT
several users write to an xls sheet at the same time
help with an sql join query?
Can't stop Sharepoint workflow