Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine my FE location? 1

Status
Not open for further replies.

dRahme

Technical User
Jun 24, 2004
286
US
Hello, what I would like to do is open a front end and get the front end's physical location.

Something like:

Private Sub Form_Load()

msgbox "I am located here: " & dir(me) 'my directory path

End Sub

...but I don't quite know how to work that out.

Thanks, dRahme
 
I think you want:

WhereAmI=CurrentProject.Path
 
Just what I needed.

Thank You.

dRahme
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top