is there anyway to use a Lookup Function inside this htmltext function ?
I need to put this:
LookUp(Sales_Commission_Category, Hyperlinks_from_Answer = Faq_Questions_List.Selected.Hyperlinks_from_Answer)
inside this :
"Hyperlink <b><font Color=Blue>"& Concat(ListBox1.SelectedItems, "<a href="& Hyperlinks_from_Answer &">"& Hyperlinks_from_Answer & "</a>") & "</font></b>."
for a HtmlText textbox
Thanks
Dave