I have an application that will be storing documents names files paths in relation to projects numbers. Where I am having an issue is trying to use that path as a hyperlink in code. How do i tell access to open a file based on a path? Keep in mind that these files are in a variety of formats (word, excel, etc.).
How do I do something like this
dim strLink as string
' set variable equal to a path
strLink= MyPathandfile
'Open file based on path and file name
open strLink
How do I do something like this
dim strLink as string
' set variable equal to a path
strLink= MyPathandfile
'Open file based on path and file name
open strLink