View Single Post
  #1  
Old October 29th, 2009, 06:57 PM posted to microsoft.public.access.tablesdbdesign
J. Freed
external usenet poster
 
Posts: 11
Default client/server setup

I'm trying to set up a client/server application where multiple people will
be simultaneously editing a single table. (Each user will be restricted to
only those records belonging to him and there should be no overlap).

I know how to create the client and server pieces but I'm not sure what I
might need to do to allow the multiple simultaneous read/write access. Any
ideas? TIA.