J
Jerry Anderson
I haven't used Access very much, but I've rolled up my sleeves and dug in!
I have a form for Special Events by Department, and two subforms: one Salary
and Other Miscellaneous Costs (Master/Child fields Special Events and
Department).
I have built a parameter query that totals the records from two tables:
Salaries and Other Costs (again using Special Event and Department as search
criteria).
The form has two text boxes: one for the Special Event, the other for the
Department.
I want the query to use the values from these text boxes as parameters, and
then display the query results as Total Salary and Total Other Costs for the
respective Special Event and Department on the same form in two other text
boxes.
How do I do this? Code snippets are GREATLY appreciated!
I have a form for Special Events by Department, and two subforms: one Salary
and Other Miscellaneous Costs (Master/Child fields Special Events and
Department).
I have built a parameter query that totals the records from two tables:
Salaries and Other Costs (again using Special Event and Department as search
criteria).
The form has two text boxes: one for the Special Event, the other for the
Department.
I want the query to use the values from these text boxes as parameters, and
then display the query results as Total Salary and Total Other Costs for the
respective Special Event and Department on the same form in two other text
boxes.
How do I do this? Code snippets are GREATLY appreciated!