I need to find the equivalent of the following in ADO...
NPath is a folder which contains TR.mdb which is the database I need to open.
Dim NPath As String
Dim db As Database
NPath = GetSetting("XYZ", "StartUp", NPath, "")
Set db = OpenDatabase(NPath & "\TR.mdb")
Please help.
