I want to limit the amount of records in a given table to 6 records. Is that possible? If yes, how?
U UmpRef Aug 28, 2006 #1 I want to limit the amount of records in a given table to 6 records. Is that possible? If yes, how?
J John Vinson Aug 28, 2006 #3 I want to limit the amount of records in a given table to 6 records. Is that possible? If yes, how? Click to expand... Assign an Integer primary key, and give it a validation rule 0 AND < 7 Click to expand... John W. Vinson[MVP]
I want to limit the amount of records in a given table to 6 records. Is that possible? If yes, how? Click to expand... Assign an Integer primary key, and give it a validation rule 0 AND < 7 Click to expand... John W. Vinson[MVP]