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
Split with character \
Workaround for 20 field limit for listboxes
Adding controls to Panel
Trapping 2237
Lexmark x83 drivers for Vista Business
Hosting WCF Service on IIS - Windows7
Problems with external emails bouncing back
How to tell if the current database has been openeed exclusively
Exchange Server 2010 SMTP Outbound Mail
call shell failing