Connecting Tech Pros Worldwide Help | Site Map

Error # 3125 - " is not a valid name

  #1  
Old February 16th, 2006, 05:55 PM
SHPsalm139@aol.com
Guest
 
Posts: n/a
We have a MS Access database which has VBA code to link to a .dbf file
on a network drive using the following command:
DoCmd.TransferDatabase acLink, "dBase IV", txtDBPath, acTable,
ASTUTable & ".dbf", "ASTU"
Depending on the school district chosen the desired file may be located
in a folder that has a space in its name e.g. I:\Some CSD\Madison
Avenue MS\DATAFILE
Up until recently, this worked fine. Now it fails for two of the ten
or so people that use it and still works (links) fine for the other
eight people BUT it only fails for the two people when there's a space
in the somewhere in the file structure. I'm one of the two people for
whom it fails. :-( If I copy the folder name/data to my "C" drive it
works fine but if I copy it to a another network drive, it fails. Has
anyone seen something like this before? The error message is "Problem
linking ASTU table. Error # 3125 - " is not a valid name...".
Thanks,
Sheldon Potolsky

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting error " '' is not a valid name... [Error 3125] zepphead80 answers 4 October 26th, 2009 02:17 PM
Trouble With Linking To Excel ineedahelp answers 3 April 17th, 2007 05:00 PM
A97: Linking tables to SQL Server 2K Christoph Sticksel answers 5 November 12th, 2005 11:51 PM