S
Spidey3721
My current setup is this:
I have a form with one text box: ProjectID (name of the project), data
property is set to the "General Project info" table, which has the
ProjectID, address, project description, etc...
This form has a subform, which shows all costs associated with this project.
This subform's data property is set to the cost amounts table, which has a
foreign key for ProjectID and includes different cost line items.
Question: How do I include a total for the line items that are showing. I
have tried playing with the sum row in a query, but can't figure that out. I
want a total of only the cost line items which are showing in the subform,
which are dictated by which ProjectID is showing on the main form.
I have a form with one text box: ProjectID (name of the project), data
property is set to the "General Project info" table, which has the
ProjectID, address, project description, etc...
This form has a subform, which shows all costs associated with this project.
This subform's data property is set to the cost amounts table, which has a
foreign key for ProjectID and includes different cost line items.
Question: How do I include a total for the line items that are showing. I
have tried playing with the sum row in a query, but can't figure that out. I
want a total of only the cost line items which are showing in the subform,
which are dictated by which ProjectID is showing on the main form.