Page 2 of 2 FirstFirst 12
Results 16 to 25 of 25
  1. #16
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    What changed in February - new network server, new computer, new software?



    Follow instructions at bottom of my post. Zip the db and other files.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  2. #17
    fongmac is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    13
    Yes, they received a new server.

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Did IT change the name of server? Your code uses S: drive path. Did the pathing get messed up when files were transferred to new server? Can your Windows Explorer navigate to the file location? Is the path still the same structure?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #19
    fongmac is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    13
    Yes, the name of the server changed. Would the drive letter matter? I copied the access db file to my desktop to run it and get the same error.

  5. #20
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Any user running this procedure would need S: drive mapped on their computer. Do you already have an S: drive mapped on your computer? Can you navigate to the Excel file location with Windows Explorer? Can you navigate anywhere on the S: drive mapping? If not, you need to remap the S: drive. Also, if the path structure has changed, need to modify code to reflect that.

    Drive mapping can be different on each computer which is why I use UNC (universal naming convention) pathing in code for multi-user db on network server. Of course, even that would not handle changing server name. Code would still need to be modified. Review http://msdn.microsoft.com/en-us/libr...ng_conventions
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  6. #21
    fongmac is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    13
    I mapped the S drive. Still getting same error.

  7. #22
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    I should have asked - Is this a split database? If it is, I presume not having issue with table links. The frontend is still reading data from the backend tables?

    Did IT change permissions for folders?

    Try this: put copy of the files (db front and back ends and the txt and spreadsheets) in a folder on your computer at C: root. Change code in this db copy to refer to the files at C: root. Change table links.

    If procedure works then I would say IT has done something and you will have to coordinate with them.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  8. #23
    fongmac is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    13
    I'm not sure if its a split db. How can I tell? It's only one access file.

  9. #24
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Look at the tables in the db. If there is a little arrow on the left pointing right then it is a linked table and at least some of the tables are in another file.

    A split design is routine when data must be shared. Data would be in file residing on network server. Another file has table links, queries, forms, reports, code. This frontend is usually copied onto user local computer and revisions passed out to users (code can accomplish version updates). Local install allows faster processing.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  10. #25
    athyeh is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Jun 2013
    Posts
    170
    Was this issue ever resovled? I am having the exact same issue with a split db...

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 4
    Last Post: 05-10-2012, 07:35 AM
  2. Replies: 1
    Last Post: 09-03-2011, 07:01 PM
  3. Replies: 6
    Last Post: 10-30-2010, 08:42 AM
  4. Replies: 1
    Last Post: 06-23-2010, 10:52 AM
  5. Replies: 1
    Last Post: 03-02-2010, 03:01 AM

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