I work off UDMs and the HTML report and rarely look at PP's which seems to be the only place they show up. I was hoping to be able to run a report of trip notes for the day's card to see if anything sticks out.
After populating the StartersToday table by running a SQL Calc Races, you could bring up the JCX File Exports Module and execute a sql expression that uses INNER JOIN STARTERSTODAY ON TripNotes.HORSENAME = STARTERSTODAY.HORSENAME to generate a list of horses running today that have TripNotes entries recorded in the TripNotes table.