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.
 

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