Forum Discussion

ShontaySmith's avatar
ShontaySmith
Qrew Assistant Captain
8 years ago

Do you know how to make the icon a mouse hover over to display a field from the related table.

I have a button displayed as a email icon that creates a new record in the related table, and I need the ability to hover over the field and display the notes from the record in the related table.
  • ChrisChris's avatar
    ChrisChris
    Qrew Assistant Captain
    <a href='link' alt = ' " &[field to display on hover] & " '  title = ' " &[field to display on hover] & " ' ><img src='image source'></a>
  • ChrisChris's avatar
    ChrisChris
    Qrew Assistant Captain
    If([Project ID#] > 0,"<a href=" & $URL & " alt=' " & [field value to display] &  " ' title=' " & [field value to display] & " '>" & $Image & "</a>" )



    Mind the single and double quotes
  • ChrisChris's avatar
    ChrisChris
    Qrew Assistant Captain
    If related 'parent' table, bring in the lookup field name.