I was wondering if there was some property whose
value I could read from a DAO snippet to tell me the
current AppPath in a runtime setting. If I give someone
an installation disk, that person could install the runtime
files into any target target dir. I would like to determine
that internally somehow. Using the following, could you
contribute a line or two that would produce the App
Path?
Dim dbs As Database
Set dbs = CurrentDb
....
(I know nothing from this point)
value I could read from a DAO snippet to tell me the
current AppPath in a runtime setting. If I give someone
an installation disk, that person could install the runtime
files into any target target dir. I would like to determine
that internally somehow. Using the following, could you
contribute a line or two that would produce the App
Path?
Dim dbs As Database
Set dbs = CurrentDb
....
(I know nothing from this point)
Comment