limit the number of entries to 100

J

John Vinson

On Sun, 21 Jan 2007 19:13:32 -0800, W Spears <W
Is there any way to limit the number of entries in a table?

One way would be to have an Integer primary key, with a validation
rule
0 AND <= 100

Best not to use an Autonumber if you want to be able to reenter
records that have been deleted.

Of course, you must use database security to prevent someone from
simply removing this validation rule.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top