I have a sub-form populated by a table. I want to go to a specific record in the table and have it highlighted in the sub-form. I sequentially read the file in a loop until I get to the record I want. I know I have just read the desired record as I have a watch set showing me the record id. But in the sub-form, the first record in the table is highlighted, not the one I just read. What do I need to do to highlight the record that was just read? I did a subform.requery, but that didn't work.
Thanks
Whit