Let's say I have a Tree of directories and sub-directories and the "leaves"
are files. The search for a certain file is down the tree, according to the
names of the directories. Because many of these files are exactly the same,
the tree has become "heavy" with no need. I want to turn this tree into
linked tables in Access and to build a query that retunes a hipperlink to a
desired file. Then, I want any external user to be able to use an "exe" file
or a "dll" (created by Access especially for this usage), with the relevant
inputs, in order to get a link to the desired file. In other words, I want to
be able to use the query without activating Access. The point of all this is
to input the tree (directories only) into tables and to keep only one copy of
each "leaf" file.
Thak You,
Joseph