I have a form, that has on it the details of a specific incident. Below the details I have a sub-form that lists all the incidents. So (sort of) ...
-------------
Issue: 1
Details: Ladder fell over
Personnel: Joe Blogs
---------------
Issue..Details .............Personnel
1 ......Ladder fell over..Joe Blogs
2. .....Floor was wet....Suzie Q
----------------
The sub-form is in datasheet view. I'd like to be able to click a record in the sub-form and have the main form 'jump' to that record. So, in the above example, when the form opens it will go to Issue 1. If the user click issue 2 in the sub-form, I want the details above to update to that information.
Clear as mud?
-------------
Issue: 1
Details: Ladder fell over
Personnel: Joe Blogs
---------------
Issue..Details .............Personnel
1 ......Ladder fell over..Joe Blogs
2. .....Floor was wet....Suzie Q
----------------
The sub-form is in datasheet view. I'd like to be able to click a record in the sub-form and have the main form 'jump' to that record. So, in the above example, when the form opens it will go to Issue 1. If the user click issue 2 in the sub-form, I want the details above to update to that information.
Clear as mud?