I have a form that has a combo box which displays values in text boxes depending on the value that is selected. One of the fields is a hyperlink and it isn't displaying correctly.
Yes, the hyperlink property of the text box on the form is set to "Yes" and the data type in the table is "hyperlink". What I'm getting in the field is a blue underlined word with the pound signs around it and it won't link to the site.
(i.e. #www.hotmail.com#)
I have a feeling that I need a format for the string because the Control Source property for the text box looks something like this:
=[cboRCU].Column(2).
Someone please help!!!!
Yes, the hyperlink property of the text box on the form is set to "Yes" and the data type in the table is "hyperlink". What I'm getting in the field is a blue underlined word with the pound signs around it and it won't link to the site.
(i.e. #www.hotmail.com#)
I have a feeling that I need a format for the string because the Control Source property for the text box looks something like this:
=[cboRCU].Column(2).
Someone please help!!!!