Hi, I'm creating an expense report that has an expanding table. You can download it using the link here.
https://www.dropbox.com/s/r7qnaegkkx7a57h/Expense%20Form.pdf
Everything I have so far works fine. You can add as many entries as you want and it provides a grand total.
I'm stuck with the next step. At the bottom, I need to list all the categories in the "type" drop down, and I need to do the excel equivalent of a SumIf. So if the "type" category for the "Actual Expense" Table is "Lodging", I need a field at the bottom that says Lodging with the subtotal for all entries marked as such. If there were three Lodging entries anywhere on the table for $10 each, I want a field at the bottom that would say "Lodging: $30".
Since I've taught myself everything I know on all my forms till this point, I'm stuck. Any help would be appreciated!