Users access

  • Thread starter Thread starter sofia
  • Start date Start date
S

sofia

I all,

I need that my DB opens whithout open tables, queries, etc. I created
macro with an autoexec (whith main form maximization), but when I ru
the DB the main form appears and the tables, queries, ... appears i
the back.

I don't want that the users have access to the tables, queries, ..
information, i.e., that they only have access to the front end.

How can I do this?

Thanks in advance
Sofi
 
I all,

I need that my DB opens whithout open tables, queries, etc. I created a
macro with an autoexec (whith main form maximization), but when I run
the DB the main form appears and the tables, queries, ... appears in
the back.

I don't want that the users have access to the tables, queries, ...
information, i.e., that they only have access to the front end.

How can I do this?

On Tools... Startup, uncheck the "Show Database Window" checkbox. You
may want to create a custom toolbar and uncheck the "Allow Full Menus"
and "Allow Built-in Toolbars" checkboxes too.

Hitting F11 will restore these to view, though you can block that too.
Just don't lock up the database so tight that YOU can't get in to make
design changes!
 
Back
Top