Highlight Record on Table when a new report is added
Hello,
I have tried every variation of this I can think of and can't get it to work. I have an app that is open to the public. When a record is added there, I have a report link field in my main application that displays the record that was added in the matching record. I would like the matching record in my main app to also highlight on the table tab so I can see that something was submitted without leaving my main app. My last attempt to do this was to turn on custom data rules and use this code
If(Count([CRP]) > 0, "<span style='color:red'>" & [Bill of Lading Number] & "</span>", [Bill of Lading Number])
CRP is the name of the report link that displays in my main app showing me what was entered in my open app and the Bill of Lading Number is the field that links the submission from the open app to the corresponding record in my main app.
I may be way over complicating this. Any thoughts? Thank you so much in advance.
------------------------------
Rhonda Jones
------------------------------