|
-
Sep 24th, 2002, 02:31 PM
#1
Thread Starter
Member
Opendatabase
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.
-
Sep 24th, 2002, 02:58 PM
#2
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|