jcallavini
Technical User
Hi,
I need help, as you will see by my question I am not a programer. I found this code searching the file on this forum. It works great, but I need it to populate the
"C:\Documents and Settings\Fredrick\My Documents\timesheet access programs\fox-otfolder\ACCESS ROUTINES FOR VISUAL BASIC\ea.doc"
by getting the information from my form field labeld path. Can someone help me to replace the string of data by using the data stored in my path field.
stPath = "C:\Documents and Settings\Fredrick\My Documents\timesheet access programs\fox-otfolder\ACCESS ROUTINES FOR VISUAL BASIC\ea.doc"
If Dir(stPath)<>"" Then
FollowHyperlink stPath
Else
MsgBox "Cannot find " & strpath
End If
THank you for your help.