Returning from a record update to orignial position in list

C

Cameron

I have a form that displays a list of employees, on the list a user can
double click on the particpular entry in the list and it opens up to allow
the user to edit the employee's particulars.

What was asked is that when the user presses the back button on the
particluars form that they are taken back to the location on the employees
list where they started. Currently the employee list form loads the list and
positions the user's pointer back at the top of the list.

How would I go about coding the back button to send send focus to the record
the user orginally clicked?
 
Top