RollingMoose
Programmer
I have an ado data control on a form which is bound to various text boxes. Due to the joins that are part of the query for the control, the user may click an Update button which will update the recordset and also run a refresh to display any changes. If the user is on a record other than the first, when the refresh runs the user is sent back to the first record. Is there a way I can run the refresh and keep the user on their current record? Any advice is greatly appreciated.