Access Pages

D

ddt

Does anyone out there have a way to take the data existing in a field and use
it as a file name to be open by an application. example ( a file location
of a cad file and have Autocad open that file listed as the data in the field)
 
M

M Skabialka

This is a reply I got on a similar request:

Douglas J. Steele said:
It's difficult to know with such sketchy specs, but see whether what Arvin
Meyer has at http://www.datastrat.com/DataStrat2.html is of any use to
you.

The DocMgr database helped me build an application which built a list of all
of a certain kind of file (in my case technical drawings) and by
highlighting the file name this enabled a hyperlink which opened the file in
the appropriate application. This saved up a ton of time instead of having
to browse to each file as needed.

Hope it helps you too.
Mich
 
Top