How do I limit users from viewing all completed forms?

W

wiselady51

We are using Access to keep track of Quality Issues. We don't want end users
to have ability to look at any of the previous issues that are logged. Is
that possible.
 
D

Douglas J. Steele

Set the form's DataEntry property to Yes.

The Data Entry property doesn't determine whether records can be added; it
only determines whether existing records are displayed.
 
P

Piet Linden

We are using Access to keep track of Quality Issues. We don't want end users
to have ability to look at any of the previous issues that are logged. Is
that possible.

Disable access to the tables. Then set the DataEntry property of your
forms to True.
 

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