DoctorV3774
Programmer
I have a function that will return a complete file path with file name to a hyperlink field on my form. What I need is to just return the path to the folder and have that folder displayed in the hyperlink field on my form.
Example instead of storing L:\MyDocs\Documentation\Word1.doc
I need to store L:\MyDocs\Documentation in the form's hyperlink field.
How can I do this easily without asking the customer to delete the file path off of the hyperlink? Thanks
Example instead of storing L:\MyDocs\Documentation\Word1.doc
I need to store L:\MyDocs\Documentation in the form's hyperlink field.
How can I do this easily without asking the customer to delete the file path off of the hyperlink? Thanks