W wop0703 Registered User. Local time Today, 12:42 Joined Jun 1, 2005 Messages 77 Jul 14, 2005 #1 I have a form in which the user must put in a description in a text box. Within the description, the user will have to reference a PDF file that he will put a hyperlink to. Is this possible for him to do?
I have a form in which the user must put in a description in a text box. Within the description, the user will have to reference a PDF file that he will put a hyperlink to. Is this possible for him to do?
ghudson Registered User. Local time Today, 12:42 Joined Jun 8, 2002 Messages 6,193 Jul 14, 2005 #2 The field to store the file link should be formated as a text field in the table. You can allow the user to browse and select the file. Just store their selection to the file. Check this out on how to incorporate a browse function and also how to open the file from your db... Browse [Find a directory or file]
The field to store the file link should be formated as a text field in the table. You can allow the user to browse and select the file. Just store their selection to the file. Check this out on how to incorporate a browse function and also how to open the file from your db... Browse [Find a directory or file]