I have a continuous form that users will be selecting specific rows using a check box. I need the form to requery after each checkbox is selected. When I do this, obviously the form resets the focus to the first field in the "table". How do I "find" the row the user just selected so I can navigate back to that specific row for the user once the form has requeried? I have a PrizeID field which is a unique identifier.