rikklaney1
Registered User.
- Local time
- Today, 05:15
- Joined
- Nov 20, 2014
- Messages
- 157
Hello all, I'm curious about keeping a set number of records in a table. I have two tables. One with 40000 records and one with 90. The 90 are also in the 40000. I have a button on a form to delete records, selected in a listbox form the 90 record table. I'm curious if there is a way to write a query or some vba to add the same number of records back into the 90 table after a delete so that it stays constantly at 90 records. If I delete two records from the 90 it should find the highest id in that table and add the next two highest id records from the 40000. Is there an easy way to do that?