Re: Multi users in one form
- From: "Joan Wild" <jwild@xxxxxxxxxxxxxxxx>
- Date: Wed, 4 Oct 2006 09:55:16 -0400
Matt, the only place that data is stored is in tables. Data is not stored in
queries, forms, reports, modules, macros, or in table links. Only in the
tables in the backend.
The multiple database you'll have are called frontends - these contain no
data. They do contain table links - but these are just links to the actual
tables in the backend. All your queries/forms/reports in the frontend will
be retrieving data from the backend.
You should have no issues with multiple users. Each user will have a copy
of the frontend on their PC. Each frontend links to the single backend on
the server. The backend is the only place where data gets stored. It is
important that all users have read/write/create/delete permission (Windows
permissions) on the folder where the backend is located.
--
Joan Wild
Microsoft Access MVP
Matt Dawson wrote:
Sorry Mousescroll is just soemthing that disables the mouse scroller
when they are in forms so they cant navigate through.
Agents have access only to two forms in the whole database, whilst
two users have access to all reports and queries. If i give each user
a front end, does each users information still write to the back-end
and in turn update the queries and reports in everyone's front end?
I am just worried, this leads to multiple databases and the relevant
information will not update!
Plus, if someone is writing to the back-end wont it stop other users
from writing at the same time?
Matt
"Keith Wilby" wrote:
"Matt Dawson" <MattDawson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A1E9845C-83DC-4424-B41B-4A4EB316FFEB@xxxxxxxxxxxxxxxx
Oh sorry I think i get you, they write to the backend, which in turn
updates
the data in the tables and the relevant queries/reports?
They dont create their own, no, they are already created. I assume
i leave the security in the same end as the backup file. Will each
user then need the
mousescroll in the same folder as the front ends?
Mousescroll?
As for security, to fully understand and implement it I'd recommend
you read the MS FAQ (link on my web site).
Regards,
Keith.
www.keithwilby.com
.
- Follow-Ups:
- Re: Multi users in one form
- From: Matt Dawson
- Re: Multi users in one form
- References:
- Re: Multi users in one form
- From: Keith Wilby
- Re: Multi users in one form
- From: Keith Wilby
- Re: Multi users in one form
- From: Keith Wilby
- Re: Multi users in one form
- From: Keith Wilby
- Re: Multi users in one form
- Prev by Date: Re: How to add the security back to the normal database?
- Next by Date: Re: Using User Level Security Wizard
- Previous by thread: Re: Multi users in one form
- Next by thread: Re: Multi users in one form
- Index(es):
Relevant Pages
|