Hi
I have a continuous subform in a main form. Each time a user updates a field in the subform a function is triggered which loops through the record set and calculates some values that are then displayed on the main form.
The problem is that the focus always ends up on the last record of the recordset after the function runs and not where the user has clicked. Is there anyway I can stop this happening?
Many thanks in advance.
I have a continuous subform in a main form. Each time a user updates a field in the subform a function is triggered which loops through the record set and calculates some values that are then displayed on the main form.
The problem is that the focus always ends up on the last record of the recordset after the function runs and not where the user has clicked. Is there anyway I can stop this happening?
Many thanks in advance.