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
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