C
Chris Moore
Is there anyway to reference a specific field of a selected record in a form
or table and use that particular field's value as the criteria for a query?
For example I have a form that displays some summarized employee data
(employee's name, sum of the employee's sales, count of the number of sales
the employee made). The data is displayed in spreadsheet format. I want a
user to be able to highlight or click the row for a specific employee, click
a button, and then be able to see the detail behind the summarized data
either in another form or subform. To do that I would need a query references
the value in the employee name column of the selected record. Can this be
done? If not are there any workarounds?
or table and use that particular field's value as the criteria for a query?
For example I have a form that displays some summarized employee data
(employee's name, sum of the employee's sales, count of the number of sales
the employee made). The data is displayed in spreadsheet format. I want a
user to be able to highlight or click the row for a specific employee, click
a button, and then be able to see the detail behind the summarized data
either in another form or subform. To do that I would need a query references
the value in the employee name column of the selected record. Can this be
done? If not are there any workarounds?