L
Laura
I have a table with an AutoNumber key. I add records with
a certain frequence. I only want 500 records in the table,
so every now and then I want to clean up all records older
than my 500 latest.
How is that done?
Like sort descending on autonumber and then delete all
after the 500th record.
a certain frequence. I only want 500 records in the table,
so every now and then I want to clean up all records older
than my 500 latest.
How is that done?
Like sort descending on autonumber and then delete all
after the 500th record.