I have two fields on a form, text and hyperlink which are saved in a table. When I call up a report I am looking at overlaying the text (field1) over the hyperlink (field2).
What I have found so far is to change the properties of the field on the report to:
Forecolour: Hyperlink Color
Is Hyperlink: Yes
Display as Hyperlink: Screen Only
Hyperlink Target: [qryQuery!Field2]
What the above has done is changed the text with in the text box to look like a hyperlink, but nothing happens when it is clicked or double clicked on.
Go to ur form in design view. Click on field1. On its property->event select double click. Add the code.
You also need to add field2 on the form. Set uts visible property to No if you dont want to show it.