G
Guest
I have a table, tlbMembers, where one of the categories, ShirtSizes, is
entered via a drop down window in a form. The drop down window is derived
from a table that had the following in it:
Table name: tlbShirtSizes1
Contents:
Small
Medium
Large
X-Large
XX-Large
This table does not have an ID primary key.
What I'd like to do is develop a query that gives me the sum of each
individual selected shirt size from all the records entered. Then I can use
the query to create a report with 5 columns showing the results of the query.
Thanks...Joe...
entered via a drop down window in a form. The drop down window is derived
from a table that had the following in it:
Table name: tlbShirtSizes1
Contents:
Small
Medium
Large
X-Large
XX-Large
This table does not have an ID primary key.
What I'd like to do is develop a query that gives me the sum of each
individual selected shirt size from all the records entered. Then I can use
the query to create a report with 5 columns showing the results of the query.
Thanks...Joe...