I have a data entry form where the user enters timesheet records on subform 1 (bound to a table) and subform 2 (bound to a query) shows totals for the hours entered (amongst other things).
After each time entry I would like the totals on subform 2 to update but would like to keep the focus on subform 1 on the appropriate cell. However,if I run a requery to update the totals the focus returns to the first time entry record in subform 1. Can someone tell me how I "bookmark" my location in subform 1 and return to it appropriately (or some other solution that I'm not aware of)?
Thanks!
After each time entry I would like the totals on subform 2 to update but would like to keep the focus on subform 1 on the appropriate cell. However,if I run a requery to update the totals the focus returns to the first time entry record in subform 1. Can someone tell me how I "bookmark" my location in subform 1 and return to it appropriately (or some other solution that I'm not aware of)?
Thanks!