D
Dave
I have an access file with a datetime column. Apparently access doesn't have
just a date option when creating a column. I would like to create a query in
a dataset to erase all entries for a particular date. However when I say;
DELETE FROM Table WHERE (Date_Downloaded = ?)
nothing is deleted because it's not exact to the second. '12/20/2008
10:30:22 AM' How can I rework my statement where all entries for a given date
will be deleted.
just a date option when creating a column. I would like to create a query in
a dataset to erase all entries for a particular date. However when I say;
DELETE FROM Table WHERE (Date_Downloaded = ?)
nothing is deleted because it's not exact to the second. '12/20/2008
10:30:22 AM' How can I rework my statement where all entries for a given date
will be deleted.