How to not view record in Access after complete?

M

mandm

I hope someone can help me please!
I want to stop a record from being viewed once I mark an action "complete".
In the form, many actions can be selected for a record but once the user
marks it complete I dont want it to be accessed again.

Thank you
 
R

Rick B

In the query (upon which your form is based) add some criteria to exclude
those records.

Under the "completed" field put criteria like...

Not True
 
Top