B
Brian T
Hello All,
I have a database that tracks projects. I have a table with inital details
of the project:
Project Number Title Budget
--------------------------------------------------
20100409 New Stairs $10,000
and a table with changes to the project:
Change # Desc. Cost
--------------------------------------------------------
1 Change to Fiberglass $2,500
2 Add concrete walk $ 500
How do I write a query that would show the new total cost to look like this:
Change # Desc. Cost Rev. Budget
I have a database that tracks projects. I have a table with inital details
of the project:
Project Number Title Budget
--------------------------------------------------
20100409 New Stairs $10,000
and a table with changes to the project:
Change # Desc. Cost
--------------------------------------------------------
1 Change to Fiberglass $2,500
2 Add concrete walk $ 500
How do I write a query that would show the new total cost to look like this:
Change # Desc. Cost Rev. Budget