Thanks fo the response,
I have a form that has a recalc button which recalcs a subform based on a combo box on the main form. The subform looks similar to a datasheet, but I used text boxes so that I can lock some values and have others be updatable. I select a value in the main form's combo box which returns values in the subform, say it has five rows. I alter some of the values in the third row of the subform and click the recalc button which runs through some code to update a few tables and requeries the subform. All values are calculated correctly, but I only see the last three rows of the subform even though there is plenty of room to display all five rows. I can see the top two rows if I use the scroll bar, but I want it to default to show all rows starting with the top most row. Any clue as to how to do this?
Thanks,
Henc