Hi @StewartBW ,
Access itself doesn't provide a built-in feature to directly limit the number of rows in a table, you can implement this functionality through your application logic in VB.NET.
You can check the current number of rows in the table before inserting new data.
If the table has reached the specified limit, consider deleting the oldest rows to make space for new data or canceling the data insertion operation.
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.