Hiding database window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all

I have a big problem,The forms that i use in my database depends on the
time fields,as users check a certain check box to input Now(),so their
performance is measured according to how fast they finish thier tasks,and
this is determined when they check this check box.

The problem now is that users can press on shift while the database is
opening and open the table and change the manually,i tried to hide tabled
from the Tools>options menu,but they are still able to view tables and change
time manually.

My question now is: Is there a way to hide database waindow even if user
presses on shift while opening the databse?in case no,is there any other way
to overcome this problem?
 
You should take away their access to the tables and the queries.

Instead, base your form on a query (to which the users have no access).
Then set the query to "run with owner's permission". That will let them
open the form and use it, but they can't open the query or the table.
 
Back
Top