Limiting the amount of records

J

John Vinson

How does one limit the amount of records to a table in
creating a sample database.

One sneaky way is to use an Integer primary key with a validation rule
such as
0 AND <= 100

to limit the table to 100 records. You'll need to ensure that the
recipient can't get into table design view, but you'ld need that level
of control in any scheme.
 

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