I am writing a function that involves three pages. Selections are made on the first. A 2D array is created on the second page and the first record is filled.<br><br>Then it moves back to the first page for another selection and back to the second page. A second record is created this time to add to the first one.<br><br>Eventually it goes to the third page where the array is printed. I need help on keeping the values in the array when moving from page to page.