you could do something like this whenever they delete a row. assuming your table is MyTable and the autonumbered column is called RowCount.
autonum RowCount in MyTable using 1 num that will renumber the records that are there and also make it so the next number given is the correct number ----- Original Message ----- From: "J.M. GRATIAS" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 1:26 AM Subject: [RBASE-L] - RE: Record Limit for Demo Troy : > An easy way to do it would be to put an autonumbered field in the table and then build a rule where the value in that field has to be less than what you want the limet to be. < Clever and very simple .... but this will not work if user is able to delete and recreate rows in the table without exceding the limit. J.M. GRATIAS, Logimatique

