Re: Different Users for Access 2000
From: Tim (tim_gould_at_ryder.com)
Date: 07/30/04
- Next message: Tim: "Re: Hotmail ID impersonation question"
- Previous message: Joe: "Re: Database Deployment"
- In reply to: Kelvin: "Re: Different Users for Access 2000"
- Next in thread: Joan Wild: "Re: Different Users for Access 2000"
- Reply: Joan Wild: "Re: Different Users for Access 2000"
- Messages sorted by: [ date ] [ thread ]
Date: 30 Jul 2004 10:06:46 -0700
The shortcut refers to three files:
The mdb file is, well, the database, but it is now aware that it needs
a password and user login before it can open.
The user details are stored in the mdw file (the WorkGroup). When you
type in your login, it is compared with this file to see if you are
allowed access.
Finally, you need good old MSACCESS.EXE to run the thing at all.
The shortcut basically opens Access and passes it the locations of the
database to open and the WorkGroup file. Access takes over from there.
You should move your mdw file to the server. You don't need to
recreate it. So long as you open Access from a shortcut which points
to it, you will still be able to edit the WorkGroup and add/delete
users. But every user will need to use the same WorkGroup file, so it
needs to be somewhere where they can all access it. Typically this
would be the same folder as the database itself.
You should end up with:
One mdw (workgroup) file on the server
One mdb (database) file on the server
Each user has MS Access installed locally on their own PC.
Each user has a shortcut that points to these three files. The
shortcuts are likely to be different because the location of
MSACCESS.EXE may vary from machine to machine. Also, different users
may use different letters for the server drive.
That answers you immediate question. The next bit (below) is looking
forwad a bit further, so don't worry about it until you've got the
shortcuts etc working.
Your next task is to Split the database, which means splitting it into
two separate files. One contains all the data (tables) and stays on
the server. This is the "Back-End Database". The other part contains
all the forms, queries, reports and modules and you can give each user
a copy to save on their own PC. This is the "Front-End". There is a
Splitting Wizard in Access to do this.
The shortcut would then point to the Front-End on the users PC instead
of the database on the server. The Front-End knows where the tables
are and everything works pretty much exactly the same (certainly as
far as the Users are concerned there is no difference), but now you
aren't squabbling over who can use the database; you all can - at the
same time.
"Kelvin" <yew mhis@intr.mhi.co.jp> wrote in message news:<6df501c475d2$d2f17d00$a301280a@phx.gbl>...
> The database that I am going to create is going to be
> stored in the main server eventually and all 6 users,
> including me will be connected to the main server.
>
> Will the link that I have created earlier still works?
>
> "C:\Program Files\Microsoft
> Office\Office\MSACCESS.EXE" "C:\Kelvin's doc\Access
> Testing\db1.mdb" /wrkgrp "C:\Kelvin's doc\Access
> Testing\SECURITY.mdw"
>
> Or
> Must I re-create the workgroup (.mdw) in the server itself
> and perform the steps again on the database stored in the
> server?
>
> Or
> Work on my desktop first, like what I currently did. When
> the database is stored to the server, I just need to
> change the "path to mdb"?
- Next message: Tim: "Re: Hotmail ID impersonation question"
- Previous message: Joe: "Re: Database Deployment"
- In reply to: Kelvin: "Re: Different Users for Access 2000"
- Next in thread: Joan Wild: "Re: Different Users for Access 2000"
- Reply: Joan Wild: "Re: Different Users for Access 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|