Users access

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
 
J

John Vinson

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!
 

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

Top