i have a table with dates that events occured. it looks something like this:
11/18/2006 1:00PM Open
11/18/2006 1:25PM Close
I created a select query that selects the last (most recent) record in the table. I can't seem to get a delete query to work so taht I can delete that record from the table.
In fact, I don't think I've ever gotten a delete query to work...
11/18/2006 1:00PM Open
11/18/2006 1:25PM Close
I created a select query that selects the last (most recent) record in the table. I can't seem to get a delete query to work so taht I can delete that record from the table.
In fact, I don't think I've ever gotten a delete query to work...
Comment