D
dascooper
I have a table of projects that includes cost. A second table contains a
subset of projects that includes the project ID (matching the first table),
group and percentage to be multiplied by the project cost. I would like a
query that returns all projects, providing multiple lines for those projects
that are to broken out. I'm just not sure how to relate the tables and what
formulae to use.
Table 1
Project ID
Project Description
Project Cost
Table 2
Project ID
Group ID
Percent of Project
Any help would be appreciated!!
subset of projects that includes the project ID (matching the first table),
group and percentage to be multiplied by the project cost. I would like a
query that returns all projects, providing multiple lines for those projects
that are to broken out. I'm just not sure how to relate the tables and what
formulae to use.
Table 1
Project ID
Project Description
Project Cost
Table 2
Project ID
Group ID
Percent of Project
Any help would be appreciated!!