Results 1 to 3 of 3
  1. #1
    timmus02 is offline Novice
    Windows 10 Access 2016
    Join Date
    Feb 2017
    Posts
    1

    Other Database Users

    I have copied my database and external files to my employers server. All external files open correctly for me, but other users can not open the external files, but the forms work. I have attempted many ways to resolve this but have had no success.



    Also, is there a way that more than one user can access the database at the same time?

  2. #2
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Code:
    Also, is there a way that more than one user can access the database at the same time?
    Is the database split? Frontend for each user and Back end (tables etc) in one place.

    Code:
    but other users can not open the external files
    Is the database referring to Local areas to get the external files - So eg if the db was referring to server:\\yourarea\file.pdf then the db wouldn't be able to get to this file for another user.

    Code:
     but other users can not open the external files, but the forms work

  3. #3
    John_G is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    What kind of "external files" are you referring to? If they are other (tables in) other Access Databases, you can just re-link them.

    If they are text files, or images, or other non-database files, my guess is that you have hard-coded the paths to them in your VBA code, and you will have to modify the code to use the new paths. For example, perhaps during development you were using files on your own local hard drive, so the references will have to be changed to the network drive.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Two Simultaneous Users of one database
    By Benvolio1282 in forum Access
    Replies: 9
    Last Post: 06-15-2015, 12:26 PM
  2. Database with Multiple USers
    By stryder09 in forum Access
    Replies: 5
    Last Post: 09-09-2014, 01:07 PM
  3. Using multiple users for a database
    By bigern87 in forum Access
    Replies: 3
    Last Post: 07-03-2012, 02:01 PM
  4. new database with multiple users
    By Inter-Tech Communications in forum Database Design
    Replies: 1
    Last Post: 04-19-2012, 04:43 PM
  5. Replies: 10
    Last Post: 11-12-2010, 05:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums