D
Darren Kozey via AccessMonster.com
I have a summary page/tab that has calculated fields. I want to be able to
update the fields when the page/tab is selected, and I have discovered that
Shift+F9 (manually of course) is the one that's doing the job correctly. F9
alone (Recalc?) does not work, and clears the fields. I think Shift+F9 is
equivalent to a Requery Method, but I am having difficulty getting it to
Requery automatically when the summary page/tab is selected. In other
words, I can't seem to find an event that triggers when this page/tab is
selected. To test, I have just wrote a msgbox line of code in VBA to pop
up, and what I want to happen is when the summary page/tab is selected, a
Requery method is triggered. The summary page is on nested subforms.
Any suggestion?
Thanks,
Darren
update the fields when the page/tab is selected, and I have discovered that
Shift+F9 (manually of course) is the one that's doing the job correctly. F9
alone (Recalc?) does not work, and clears the fields. I think Shift+F9 is
equivalent to a Requery Method, but I am having difficulty getting it to
Requery automatically when the summary page/tab is selected. In other
words, I can't seem to find an event that triggers when this page/tab is
selected. To test, I have just wrote a msgbox line of code in VBA to pop
up, and what I want to happen is when the summary page/tab is selected, a
Requery method is triggered. The summary page is on nested subforms.
Any suggestion?
Thanks,
Darren