48Highlander
Technical User
How can I determine the path and name of the backend database (not in the same directory as the main program)?
Bill J
Bill J
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Public Function getBackEndPath(strLinkTableName As String) As String
getBackEndPath = DLookup("Database", "MSysObjects", "Name='" & strLinkTableName & "'"
End Function