hi,
I have an Access application (
vb.net .exe ) that needs to
reset a date/time field in an Access table back to being a null
value.
Can anyone please provide me with the syntax for this ?
eg update mytable set myDateTime = ???
How to I specify a null value ?
Cheers