lotharious
MIS
I need to access 2 files that are in specified directories. However the specified Directories have only 1 thing in common.
Example...
c:\Current\Active\
or
c:\Current\Completed\
The common peice is the following PO number
### - Address
Where the ### is our PO number currently only 3 digits but the seperator of - will keep me from having an issue here.
So then end path looks something like this
c:\Current\Active\444 - 12345 This Str (Maybe other Stuff here)\File
What I am needing is to get the correct path from the Active or Completed directories by parsing the directory list in those 2 base dir's.
The only information that I know is the PO number when trying to get the files.
What are the filesystem functions in Access, or is there a possible FAQ that I have not found that can lead me in the correct direction?