-
I am a rookie. But I fear nothing. I tackled a problem of designing an electronic
datafile to store images and other data.
I can use the document control to assist me in finding a document, however,
I would like to use code to find a document with out the document control that
takes us there, even if I don't know the where abouts or name of the document.
My training comes from reading, however, I've not found info to assist me with
this.
Is this possible?
The Rookie.
-
To search for a file you would use the Dir method and recursively go thru each directory. You might check Inside VB (www.cobb.com/ivb) as they had a fairly nice project that did just that...
Bash