Hello
I'm creating a job-tracking log for a construction company.
I have a jobs table and a change orders table.
Change Orders are viewed via portal and can have a status of "Pending", "Approved", or "Void".
In the Jobs table, I would like to summarize the values of each Change Order type.
I can summarize the entire portal, but I do not how to break out summaries of "Pending", "Approved", or "Void".
Any help is appreciated!
Thanks!
Joe