J John Z Jan 20, 2004 #1 How does one limit the amount of records to a table in creating a sample database.
J John Vinson Jan 20, 2004 #2 How does one limit the amount of records to a table in creating a sample database. Click to expand... One sneaky way is to use an Integer primary key with a validation rule such as 0 AND <= 100 Click to expand... 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.
How does one limit the amount of records to a table in creating a sample database. Click to expand... One sneaky way is to use an Integer primary key with a validation rule such as 0 AND <= 100 Click to expand... 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.