I use a simple module to get the database backend path. The first one provides the exact directory where the backend resides.
Code:
Public Function GetDBBEPath() As String On Error GoTo GetDBBEPath_Err Dim strFullPath As String strFullPath = Mid(DBEngine.Workspaces(0).Databases(0).TableDefs("NameLinkedTable").Connect,
Leave a comment: