Is it possible to create a link that would navigate directly to a particular record in a repeat? Here's the use case: Biologists enter fish observations summarized by species including length min/max, weight, number of fish, etc. I use a custom Javascript function to display the entries in a tabular format. The user would like to be able to click on a species in the table to automatically jump to that record in the repeat in order to make edits to the values. Might this be possible? If so, how would I structure the link?