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  

client/server setup



 
 
Thread Tools Display Modes
  #1  
Old October 29th, 2009, 08:10 PM posted to microsoft.public.access.tablesdbdesign
J. Freed
external usenet poster
 
Posts: 11
Default client/server setup

I'd like to create a client/server application where multiple users can
read/write access a single table, each user accessing a unique portion of the
table. If I create a link to the table in each copy of the client database,
would there be a problem with multiple simultaneous users editing the table?
TIA....
  #2  
Old October 29th, 2009, 08:19 PM posted to microsoft.public.access.tablesdbdesign
Bernard Peek[_3_]
external usenet poster
 
Posts: 42
Default client/server setup

In message , J.
Freed writes
I'd like to create a client/server application where multiple users can
read/write access a single table, each user accessing a unique portion of the
table. If I create a link to the table in each copy of the client database,
would there be a problem with multiple simultaneous users editing the table?
TIA....


Are you sure that what you are looking for is a client/server system,
that's a specific technical term with limited applicability to Access.

However if you create a query on the server for each user and restrict
each query to one person's data, you can link each client to a different
query. This could get very complex if you have many users. It's possible
to simplify this by using some VBA code, provided you have sufficient
VBA skills.




--
Bernard Peek
  #3  
Old October 29th, 2009, 08:42 PM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default client/server setup

On Thu, 29 Oct 2009 13:10:01 -0700, J. Freed
wrote:

I'd like to create a client/server application where multiple users can
read/write access a single table, each user accessing a unique portion of the
table. If I create a link to the table in each copy of the client database,
would there be a problem with multiple simultaneous users editing the table?
TIA....


There is a limit of 255 simultaneous users accessing a database. In practice,
things can get dicey if you have more than 30 or 40 users *SIMULTANEOUSLY
EDITING* (not just viewing) the database, and you will have problems if two
users try to simultaneously edit the same record.

How many "multi" users are you talking about?
Are they all on the same fast stable LAN, or are you talking about one user
from Tokyo and another from Poughkeepsie?

More info please!
--

John W. Vinson [MVP]
 




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:57 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.