G
Guest
I have a form with a tab control. One tab has a subform with 12 months worth of data. A second tab has a subform that rolls up the 12 months of data into a line item of data for the year. When I change the data on the first tab (monthly data) and navigate to the second tab, I want to see the change already incorporated into the second tabs data.
I've tried to requery the second subform On Activate, On Enter, and everything else, and nothing works. I have been successful with setting up a button to requery the form, and that gives me the correct data. But I don't want toforce the user to press a button. (they will invariably forget, and wonder why the data is wrong).
Anybody know how to update an open tab control subform on enter?
I've tried to requery the second subform On Activate, On Enter, and everything else, and nothing works. I have been successful with setting up a button to requery the form, and that gives me the correct data. But I don't want toforce the user to press a button. (they will invariably forget, and wonder why the data is wrong).
Anybody know how to update an open tab control subform on enter?