You don't say what format you want the file in, the elements that should be included, or their order, which makes it rather difficult to code a macro for you.
If you set a filter on the SideTracked caches and run following code a report will open in your default browser that shows the code, the finder's names, and the date found. If you want something different, please provide complete information about exactly what you want. ![smile.gif]()


GSK |
$Header="Cache;Name;Date" + $_CrLf $_sql="Select lParent,lBy,lDate from Logs WHERE g_foundlog(ltype) AND lParent IN(Select Code from Caches WHERE RowID in (Select * From GridTemp))" $Out=$Header + Sqlite("sql",$_sql) $Display=SqlToHtml($Out,"Those Who Found SideTracked Caches","Y") |