Access 97. In a subform with 10 records, a button triggers a calculation on the current record. When this happens, the records “scroll” upward until the current record is at the top of the subform window, effectively hiding all previous records. I need to keep all the subform records visible.
I can use the navigation buttons to move back to the first record, but if I try in code, I’m told that the form is not open. What little piece of information do I need?
Thanks