Oct 27, 2002 #1 saroyal Programmer Joined Jul 3, 2002 Messages 30 Location GB i have a database that needs to know the path in which it resides as it is likely to change from time to time. can the path be found from any of the database properties or through some api function? simon
i have a database that needs to know the path in which it resides as it is likely to change from time to time. can the path be found from any of the database properties or through some api function? simon
Oct 27, 2002 #2 VBslammer Programmer Joined Aug 12, 2002 Messages 1,367 Location US Code: CurrentDb.Name VBSlammer Upvote 0 Downvote
Oct 27, 2002 Thread starter #3 saroyal Programmer Joined Jul 3, 2002 Messages 30 Location GB lol. i thought it would be something simple that i overlooked. thanks simon Upvote 0 Downvote
Oct 28, 2002 #4 FancyPrairie Programmer Joined Oct 16, 2001 Messages 2,917 Location US CurrentProject.Path will also do it. Upvote 0 Downvote