I am trying to create a button that find the file location
of the Access database that I am working in and then names
that as a string. The location I am looking for is the
location that you get if you go to File>Database
Properties. I want to use this so that I can program the
button to find files under the folder in which the
database is located.
Hopefully this is clear enough so that someone can help me.
Thanks
Timothy C. Doherty - 30 Jun 2003 20:20 GMT
Application.CurrentProject.Path will give you the folder in which your
database is located...
--
Timothy C. Doherty
Senior Systems Architect
Destination Technologies, Inc.
www.planology.com
> I am trying to create a button that find the file location
> of the Access database that I am working in and then names
[quoted text clipped - 6 lines]
>
> Thanks