multipage activate
Hi,
I am using a multipage on one of my forms because I think they allow good navigation. My multipage is composed of 3 pages, and based upon information provided on the first two pages, I want to show a default value on a text box in the third page.
Does anyone know of a way that makes calculations and updates this text box if the tab of the third page is clicked on? I was thinking of using Private Sub MultiPage1_Change(), but this will make my program very slow because that means there will be calculations everytime something is changed.
Thank you very much!
|