PDA

Click to See Complete Forum and Search --> : fella out there


willieb11
Aug 10th, 1999, 05:16 PM
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.

bashfirst
Aug 11th, 1999, 10:06 PM
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