Hi Everyone,
I am reading through a recordset to delte all the records.
The code that tests for EOF doesn't execute.
When I use debug it shows the EOF to be true.
Thanks.
Set HDRdb = CurrentDb
Set HDRtdf = HDRdb.TableDefs("Delete_Table")
Set HDRrst = HDRdb.OpenRecordset("Delete_Table")
With...