Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Modules / DAO / VBA / February 2005

Tip: Looking for answers? Try searching our database.

Full path name to data

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jerry C. - 22 Feb 2005 16:06 GMT
Hi!

How do I find the full path name to a database. Linked or
otherwise. Using Access 2000 form open event.
Allen Browne - 22 Feb 2005 16:17 GMT
The current database is:
   CurrentDb.Name

If you want to know where the data is for an attached table, parse it from:
   dbEngine(0)(0).TableDefs("MyTable").Connect

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

> How do I find the full path name to a database. Linked or
> otherwise. Using Access 2000 form open event.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.