Connecting Tech Pros Worldwide Forums | Help | Site Map

How to get the current directory/path app name while app is running

Member
 
Join Date: May 2007
Posts: 103
#1: Nov 20 '08
If I am in an MS Access application (MS2000) that is running (open), I need to get the current directory/file/app_name of this running app to store in a variable. Does anyone know how I can do this?
missinglinq's Avatar
Moderator
 
Join Date: Nov 2006
Location: Richmond, Virginia USA
Posts: 2,997
#2: Nov 21 '08

re: How to get the current directory/path app name while app is running


YourVariable = CurrentProject.Path & "\" & CurrentProject.Name

Linq ;0)>
Reply