All Case List
As you can see from the attached form, I have two records in my database that was built to track the Workers' Compensation injuries of my employees. Jane Doe is listed twice, her IW ID is the same, but her Case ID is different. She has one Employee Details form which captures data like name, dob, IW ID, etc. Within the Employee Details form, there are tabs with subforms. One Tab called "Cases" includes a subform(Case Details) that includes details about a particular injury. In Jane's case, she has had to injuries(broken leg in 2009 and a sprained ankle in 2010), therefore she has two records in the Case Details subform. What I would like to be able to do is this . . If I click "Open" next to Jane Doe with the Case ID of 36(ankle), I want it to open Jane's Employee Detail form with the subform(Case Detail)that displays the details of her injury for Case ID 36(ankle). However, when I run my current macro, it opens the correct Employee Detail form, but opens the subform(Case Detail) to the first record, which is Case ID 35(leg). Is there a way to write a macro to open the form with the subform opening to the record I want to view?

