How do I add a summary page that displays the totals based on categories
from dropdown list? I created a dynamic voucher that can expand to many
pages and would like to display a summary page that rolls up the totals
for the different expense codes (1-Housing, 2-Medical,
3-Transportation)? So, really two questions how to add a summary page
different from the main form, and how to write the java to calculate the
totals from the form to populate on the summary page.