|
-
October 6th, 1999, 07:22 PM
#1
Where am I? (Locating db within its self)
How can I find the location of an access database from within the database (like app.path in normal vb)
-
October 7th, 1999, 02:16 AM
#2
Re: Where am I? (Locating db within its self)
in Access Basic there is a CurrentDB method of the application object. I guess, you could then inspect the Connection property to find out the location of your database.
-
October 7th, 1999, 12:46 PM
#3
Re: Where am I? (Locating db within its self)
Just thought I should say that it ended up being <B>CurrentDB.Name</B> and not <B>.Connection</B>.
BrewGuru99
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
|