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.
 

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

Similar Threads

Database Window - Hide 2
Database Window 1
Database window 2
Record-Locking remains open after closing 0
Lost Database window 2
Hiding database window 2
How to Enable the Database Window 4
Hiding database window 1

Back
Top