PC Review


Reply
Thread Tools Rate Thread

client/server setup

 
 
J. Freed
Guest
Posts: n/a
 
      29th Oct 2009
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....
 
Reply With Quote
 
 
 
 
Bernard Peek
Guest
Posts: n/a
 
      29th Oct 2009
In message <C767000B-3407-40D8-BFFF-(E-Mail Removed)>, J.
Freed <(E-Mail Removed)> 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
 
Reply With Quote
 
John W. Vinson
Guest
Posts: n/a
 
      29th Oct 2009
On Thu, 29 Oct 2009 13:10:01 -0700, J. Freed
<(E-Mail Removed)> 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]
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
client/server setup J. Freed Microsoft Access Database Table Design 2 29th Oct 2009 07:44 PM
Client Server Setup Scott Viney Windows XP General 6 22nd Dec 2005 05:21 PM
HELP: WINDOWS 2000 SERVER - CLIENT/SERVER NETWORK SETUP =?Utf-8?B?U3RldmVZ?= Microsoft Windows 2000 Networking 2 28th Nov 2005 11:35 PM
ISA Server And Client: How to setup my own? Faraz Azhar Windows XP Networking 2 6th Feb 2004 04:22 PM
Client/Server Setup Phil Feinberg Windows XP Networking 3 20th Aug 2003 07:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:26 PM.