How do I limit users from viewing all completed forms?

  • Thread starter Thread starter wiselady51
  • Start date Start date
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.
 
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.
 
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.
 
Back
Top