J
jeff Grundy
How do I insert a blank value into an access97 Date/Time
field via ado?
This is waht I am attempting to do..
Update tblCLient
Set tblClient.NextShipDate = ""
Where ((tblCLient.ClientID) = SomeClientID);
It works fine when I put an actual date into
[NextShipDate] but I need to clear the value out. I would
rather not use a filler date.
field via ado?
This is waht I am attempting to do..
Update tblCLient
Set tblClient.NextShipDate = ""
Where ((tblCLient.ClientID) = SomeClientID);
It works fine when I put an actual date into
[NextShipDate] but I need to clear the value out. I would
rather not use a filler date.