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
Insert formula to range
Migrate from Mac Mini OSX to PC Win 7
Quicken by Intuit, How do I import
VB.NET - Value was either too large or too small for a Decimal Exception - Smooth Progress Meter DLL from Microsoft
Why is this so hard? Form2.show() Form1.hide() Does .Net not support this?
Windows 2003 AD with a Sync Issue
SBS 03 to 08 migration. Can I change servername and domainname?
Visual FoxPro 9 formset question
Need to restore a single mailbox from ntbackup
Average from column with empty cells.