Well, the simplest approach is to let the user (who may, it seems, be
yourself) choose the destination using the Windows Common Dialog -- freely
usable code for that can be found at
http://www.mvps.org/access/api/api0001.htm.
Otherwise, you are likely to have to rely on no one ever changing the file
structure. That would mean, even, remembering not to do so yourself.
Larry Linson
Microsoft Access MVP
> Hello there,
> I have small application that I keep on my local machine but is sometimes
[quoted text clipped - 21 lines]
> Thanks for your help,
> Lorenzo
Lorenzo - 16 Feb 2006 10:20 GMT
Hello Larry,
thanks anyways for your help I have found a way that achieves the same
result but is more suitable for me:
Application.CurrentProject.Path & "\anyfile.mdb"
Thank you!
Lorenzo
> Well, the simplest approach is to let the user (who may, it seems, be
> yourself) choose the destination using the Windows Common Dialog -- freely
[quoted text clipped - 32 lines]
>> Thanks for your help,
>> Lorenzo