A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Multi-user Database Set Up



 
 
Thread Tools Display Modes
  #1  
Old June 30th, 2009, 09:39 PM posted to microsoft.public.access.tablesdbdesign
MichelleM via AccessMonster.com
external usenet poster
 
Posts: 40
Default Multi-user Database Set Up

I am familiar with Access, how to create, tables, forms, queries, and reports
and how they all link together and use for a single-user mode. However, I
have a project to create a multi-user database, I would appreciate any advice
on what I need to consider prior to setting up. Thanks!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200906/1

  #2  
Old June 30th, 2009, 10:19 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Multi-user Database Set Up

Access is multi-user right out of the box, but the best practise is to split
the database into a front-end (containing the queries, forms, reports,
macros and modules), linked to a back-end (containing the tables and
relations). Only the back-end should be on the server: each user should have
a copy of the front-end on his/her hard drive.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"MichelleM via AccessMonster.com" u44423@uwe wrote in message
news:9863d169e016a@uwe...
I am familiar with Access, how to create, tables, forms, queries, and
reports
and how they all link together and use for a single-user mode. However, I
have a project to create a multi-user database, I would appreciate any
advice
on what I need to consider prior to setting up. Thanks!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200906/1



  #3  
Old July 1st, 2009, 02:33 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Multi-user Database Set Up

On Tue, 30 Jun 2009 20:39:36 GMT, "MichelleM via AccessMonster.com"
u44423@uwe wrote:

I am familiar with Access, how to create, tables, forms, queries, and reports
and how they all link together and use for a single-user mode. However, I
have a project to create a multi-user database, I would appreciate any advice
on what I need to consider prior to setting up. Thanks!


See:

Jeff Conrad's resources page:
http://www.accessmvp.com/JConrad/acc...resources.html

The Access Web resources page:
http://www.mvps.org/access/resources/index.html

Roger Carlson's tutorials, samples and tips:
http://www.rogersaccesslibrary.com/

A free tutorial written by Crystal:
http://allenbrowne.com/casu-22.html

A video how-to series by Crystal:
http://www.YouTube.com/user/LearnAccessByCrystal

MVP Allen Browne's tutorials:
http://allenbrowne.com/links.html#Tutorials

The tutorials will address the issues of splitting the database for multiple
users.
--

John W. Vinson [MVP]
  #4  
Old July 17th, 2009, 04:26 AM posted to microsoft.public.access.tablesdbdesign
Row Autofit, cell formatting[_2_]
external usenet poster
 
Posts: 3
Default Multi-user Database Set Up

I wonder if this might be my problem, I have one access mdb file, that is on
a network server and when two or more people are opened on the file, one
machine or the other gets locked up and will not let the other person print a
report and the database is suppose to open in "Shared Mode" with
record-locking engaged. It sounds like I need to split out the tables to
another mdb, linked to a front-end to prevent this from happening. This is
version 2003.


"Douglas J. Steele" wrote:

Access is multi-user right out of the box, but the best practise is to split
the database into a front-end (containing the queries, forms, reports,
macros and modules), linked to a back-end (containing the tables and
relations). Only the back-end should be on the server: each user should have
a copy of the front-end on his/her hard drive.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"MichelleM via AccessMonster.com" u44423@uwe wrote in message
news:9863d169e016a@uwe...
I am familiar with Access, how to create, tables, forms, queries, and
reports
and how they all link together and use for a single-user mode. However, I
have a project to create a multi-user database, I would appreciate any
advice
on what I need to consider prior to setting up. Thanks!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200906/1




  #5  
Old July 17th, 2009, 04:35 AM posted to microsoft.public.access.tablesdbdesign
Row Autofit, cell formatting[_2_]
external usenet poster
 
Posts: 3
Default Multi-user Database Set Up

Also, I have different facilities (Same form, report styles, but different
text ). Can I give each facility their own front-end customized to there site
and just link to the master backend?

"Douglas J. Steele" wrote:

Access is multi-user right out of the box, but the best practise is to split
the database into a front-end (containing the queries, forms, reports,
macros and modules), linked to a back-end (containing the tables and
relations). Only the back-end should be on the server: each user should have
a copy of the front-end on his/her hard drive.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"MichelleM via AccessMonster.com" u44423@uwe wrote in message
news:9863d169e016a@uwe...
I am familiar with Access, how to create, tables, forms, queries, and
reports
and how they all link together and use for a single-user mode. However, I
have a project to create a multi-user database, I would appreciate any
advice
on what I need to consider prior to setting up. Thanks!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200906/1




  #6  
Old July 17th, 2009, 10:19 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default Multi-user Database Set Up

What permissions have you given each user on the folder where the database
is located? They need a minimum of Read/Write on the folder (and ideally
should have Delete as well). The reason for this is that Access creates a
locking file (.ldb file) in the folder when the first user connects, updates
that file as subsequent users connect, and then wants to delete the file
when the last user disconnects. I've heard of situations where users can
create the locking file, but cannot update locking files created by others.

Regarding your other question (about multiple front-ends connecting to the
same back-end), it's certainly possible, but realistically tends to create a
lot of extra work in terms of keeping common stuff in synch in each version.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Row Autofit, cell formatting"
m wrote in message
...
I wonder if this might be my problem, I have one access mdb file, that is
on
a network server and when two or more people are opened on the file, one
machine or the other gets locked up and will not let the other person
print a
report and the database is suppose to open in "Shared Mode" with
record-locking engaged. It sounds like I need to split out the tables to
another mdb, linked to a front-end to prevent this from happening. This is
version 2003.


"Douglas J. Steele" wrote:

Access is multi-user right out of the box, but the best practise is to
split
the database into a front-end (containing the queries, forms, reports,
macros and modules), linked to a back-end (containing the tables and
relations). Only the back-end should be on the server: each user should
have
a copy of the front-end on his/her hard drive.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"MichelleM via AccessMonster.com" u44423@uwe wrote in message
news:9863d169e016a@uwe...
I am familiar with Access, how to create, tables, forms, queries, and
reports
and how they all link together and use for a single-user mode.
However, I
have a project to create a multi-user database, I would appreciate any
advice
on what I need to consider prior to setting up. Thanks!

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200906/1






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.