Hi All
Say I have a report. I want to make one field in this report a hyperlink field. For example, say I have text field called "Girls" and I have the following names:
Barbie
Heather
Pam
etc.
I want the report to display the name but hyperlink them to an html file in the root directory "/girls/" & girlsname & "*.HTML".
I've tried changing the Control Source Property to:
Me.Record_Source = "<A HREF=" & Chr(34) & "/TableDetails/" & [Record Source] & Chr(34) & ">" & [Record Source] & "</A>"
but it gives me a out of memory error.
Can anyone help me??
Bill N
Say I have a report. I want to make one field in this report a hyperlink field. For example, say I have text field called "Girls" and I have the following names:
Barbie
Heather
Pam
etc.
I want the report to display the name but hyperlink them to an html file in the root directory "/girls/" & girlsname & "*.HTML".
I've tried changing the Control Source Property to:
Me.Record_Source = "<A HREF=" & Chr(34) & "/TableDetails/" & [Record Source] & Chr(34) & ">" & [Record Source] & "</A>"
but it gives me a out of memory error.
Can anyone help me??
Bill N