I'm trying to get an Access Table stored in an Access Database on a CD Drive with
the intent of copying that Table to an Access Database on my Hard Drive.
I've tried both of the following, both Fail to return a dbName (error 3051)
Thanks
the intent of copying that Table to an Access Database on my Hard Drive.
I've tried both of the following, both Fail to return a dbName (error 3051)
Code:
'orig Set dbName = DBEngine.Workspaces(0).OpenDatabase(GetPath(PathDB), True)
Set dbName = DBEngine.OpenDatabase(GetPath(PathDB))
Thanks