L
Lisa
The following code gets the path of the current database
(which is the front end and located locally). I need to
be able to modify it such that it will refer to an
attached table database on a network.
Dim dbCurrent As Database
Dim FilePath As String
Set dbCurrent = DBEngine.Workspaces(0).Databases(0)
FilePath = dbCurrent.Name
dbCurrent.Close
Any help would be greatly appreciated!
(which is the front end and located locally). I need to
be able to modify it such that it will refer to an
attached table database on a network.
Dim dbCurrent As Database
Dim FilePath As String
Set dbCurrent = DBEngine.Workspaces(0).Databases(0)
FilePath = dbCurrent.Name
dbCurrent.Close
Any help would be greatly appreciated!