Basic said:
I'm trying to use one master database with a second copy where my
tables are linked located in another location.
I am not clear about what you are doing here. I am guessing you are
making a split database with a BackEnd containing the tables and one or more
front ends containing queries, reports and forms. Each user should have
their own copy of the front end on their own machine and the back end should
be located on a server so that everyone accessing it has full (read, write,
modify, create and delete) rights.
I have completed this,
but now I need to secure the data base so that one group has full
access and a second can only view specific reports and or forms that
I choose.
If you have done the split properly you don't need to secure the
database because each user will have their own copy of a front end and the
reports and forms are there.
Of course this does not stop them from creating their own forms and
reports. But if you make that Front End a MDE rather than an MDB that will
remove their ability to change or create forms reports etc.
Can I create two seperate switchboards that open based off
of a password and then lock all other options from being able to be
viewed.
This makes me think you have not split the database like it appears you
should have.
Now if you want to limit their access to data, then you should consider
user level security. Much stronger than passwords, but also harder to set
up and easier to mess up.
I suggest you start by reading
http://support.microsoft.com/default.aspx?scid=kb;[LN];207793
Access security is a great feature, but it is, by nature a complex product
with a very steep learning curve. Properly used it offers very safe
versatile protection and control. However a simple mistake can easily lock
you out of your database, which might require the paid services of a
professional to help you get back in.
Practice on some copies to make sure you know what you are doing.