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
Conditional formatting based on previous record detail
Network path not found or acess denied to Windows 2003 SBS while logged in as a domain admin on a client computer.
is there a way to programmatically change folder permissions in windows vista?
How to create a webshare folder
MS CRM: How to show email sender in history
Showing user's online availability... what do i need?
Reconnect Flash Disk/ Drive or USB
Item cannot be found in the collection corresponding to the requested name or ordinal (MS ACCESS)
Powerpoint 2007 hangs then crashes
SBS 2008 insists I have not ran Migration Prep on source server; I have