sample database

J

Jim Caulfield

I would like to find out how to create a sample db for
only like 10 records then would lock out users. ??

Access 97 and 2000
 
G

Guest

Before entering any data into the form you want to
restrict to n records, inspect the
[RecordsetClone].RecordCount property. If it is larger
then the allowed number then force an abort (exit sub) of
the entry process.
 
Top