C CC214700 Registered User. Local time Today, 02:35 Joined Jul 14, 2004 Messages 11 Jul 14, 2004 #1 I need to know if it is possible to to save a link to a word document within an access table so that the user can simply click on the link and the document will open. Help please?!
I need to know if it is possible to to save a link to a word document within an access table so that the user can simply click on the link and the document will open. Help please?!
C CRBMartin n00b Local time Today, 02:35 Joined Jul 14, 2004 Messages 7 Jul 14, 2004 #2 Just enter a new field on your table and use OLE as data type then in use the user selects the field goes to insert and then inserts an object which can be a new file or an existing file
Just enter a new field on your table and use OLE as data type then in use the user selects the field goes to insert and then inserts an object which can be a new file or an existing file
K Keith P Registered User. Local time Today, 10:35 Joined Oct 11, 2000 Messages 122 Jul 15, 2004 #3 Either create a hyperlink field in your table for the document path or place a label or text box on your form and set the hyperlink address.
Either create a hyperlink field in your table for the document path or place a label or text box on your form and set the hyperlink address.