Prev: Using a combo box to open a form
Next: Set Me.hiddentxt some value for Button on form txtdatabox exit eve
From: AJ on 17 Feb 2010 09:51 I have a field that is set to be a hyperlink. All files will be in the same folder. How do I set the path so it goes to the same folder everytime then users can just select the file to link? -- AJ
From: AccessVandal via AccessMonster.com on 17 Feb 2010 21:29
What field? a hyperlink in the table or a control set to "Is HyperLink = Yes"? To set a hyperlink, create a field in the table and set the the datatype to "HyperLink" and in the form control, bound the sourcecontrol the the field/column. Input the folder location like C:\MyFolder\MyHyperLinkFolder\ MyFileName. AJ wrote: >I have a field that is set to be a hyperlink. All files will be in the same >folder. How do I set the path so it goes to the same folder everytime then >users can just select the file to link? -- Please Rate the posting if helps you. Message posted via AccessMonster.com http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201002/1 |