G
Guest
I am attempting to load Hyperlinks into a table using a VBA module. To do
this I first collect the file names in a specified Directory by writing the
output of the DOS DIR command to a file. I then read through the file and
write the fully qualified path and full file name to a field defined as
Hyperlink. This works great except for one minor issue. While the location
and name are in the field the field doesn't link to the document. Being able
to Hyperlink to the document is a pretty important aspect of a Hyperlink and
one I need to resolve.
this I first collect the file names in a specified Directory by writing the
output of the DOS DIR command to a file. I then read through the file and
write the fully qualified path and full file name to a field defined as
Hyperlink. This works great except for one minor issue. While the location
and name are in the field the field doesn't link to the document. Being able
to Hyperlink to the document is a pretty important aspect of a Hyperlink and
one I need to resolve.