Darren DICK
d.dick at uws.edu.au
Wed Mar 24 03:48:35 CST 2004
Private sub myclicker()
msgbox Left(CurrentDb.Name, Len(CurrentDb.Name) - Len(Dir(CurrentDb.Name)))
end sub
Will give you the the directory oops sorry - f o l d e r - that the app was lanched from :-))
Private Sub MyClicker2()
msgbox CurrentDb.Name
end sub
will give the full path of the app including the app name
Hope this helps
Darren
----- Original Message -----
From: "S D" <accessd667 at yahoo.com>
To: "accessd" <accessd at databaseadvisors.com>
Sent: Wednesday, March 24, 2004 7:50 PM
Subject: [AccessD] Find FE Path?
> Hi group,
>
> how can I figure out from wich path the FE was started?
> I know how to find the BE path, but how can find the FE?
>
> Regards,
>
> Sander
>
> Do you Yahoo!?
> Yahoo! Finance Tax Center - File online. File on time.
> --
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com