I have form called frmMain with subform based on a crosstab query. Because crosstab query isn't editable I create a command button to open another form to change data, but when I go back to frmMain I call frmMain.subform.requery to refresh data. Everything is working, but how to go (setfocus) to the row (to records) where I change data (I have hundreds of rows in crosstab). 