I have two tables, Client and Project, related by clientID.
I want to display a table with total CURRENT projects and total COMPLETED
projects per client.
I'd like for it to show like this:
Client Name Current Proj Completed Proj
Stan's Dormers 4 12
Larry Lincoln Dealership 2 1
....
I want to display a table with total CURRENT projects and total COMPLETED
projects per client.
I'd like for it to show like this:
Client Name Current Proj Completed Proj
Stan's Dormers 4 12
Larry Lincoln Dealership 2 1
....
Comment