busterg
03-08-2002, 02:47 AM
I need to insert a text field in a form where you can input a path to a file (e.g. c:\mydoc.txt). Then I need a command button to open that file.
How do I do this. I am a beginer so please try to help as much as possible.
Thanks in advance
Hayley Baxter
03-08-2002, 04:12 AM
You could create a hyperlink inserting the path for your file and it will open directly on click.
HTH
Hayley
busterg
03-08-2002, 04:32 AM
That will work if I wanted the same file to come up with every database entry but I need a seperate file for each entry
You can insert a field in the underlying table that has a data type of hyperlink. Then each entry would have its own specific link, and clicking on it would automatically open the file.