Hi Chris
nope, the browse can't do anything when the "row is clicked". Well it can, but that's a complicated way to do it.
Rather work with what you _do_ know. When the form is called, add code to the .InitForm method. At this point you know the value of the "Browse Record" so presumably you can work from there.
This probably means;
a) opening the _Browse_ table.
b) Using the Unique ID (which is in the Value Queue) to load the specific record and then
c) doing what you need to do to prime the form
Cheers
Bruce