I have a table set up which holds a number of full path addresses for different word documents (this will be used for .pdf files as well)
the field FilePath is set up in table design as Hyperlink
ID FilePath
13 V:\CSShared\Access\PACCS\CatENV\Information Booklets\test.doc
15 V:\CSShared\Access\PACCS\CatENV\Information Booklets\test2.doc
16 V:\CSShared\Access\PACCS\CatFE\Research Papers\test3.doc
From a form (source is the file detail table), which is displayed with the relevant path depending on criteria entered,
the appropriate file address will be displayed
The problem is it will only open the first entry in the table, even though all addresses are correct, blue and underlined.
Can anyone help please.