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
Search string with wildcards in FindFirst property
Find Button on MsAccess Report
VB Script problem
Ms Access/Outlook Appointment system
DNS name resolution problems using IE or Firefox. Works when FQDN is used.
Calculating percentage...
How can I export to CSV or txt header and detail records from 2 access queries
Calendar Column in DGV
SCVMM 2008 Deployment
How many IP addresses can you assign to a single network card on Windows 2003/2008 server