Rolf,
I am using that method, but it does not matter that I have stored the last page index. The code I have that activates the last page (to display it on reopening the form) is run for the OnLoad event of the form. When you click on the OK button and then back out - it puts you back at the first page because this is the default behavior, and the OnLoad form event is not fired in this case. I'm thinking I need to handle the OnValidate for the pages differently or use an OnOK event to address this, but how?
-Jane