P
Peter Aitken
I have a multiuser Access app that keeps track of student dormitory
assignments. One screen displays the number of students currently assigned
to each floor of each dorm - about 60 floor/dowm combinations in all. Right
now I have a separate query for each one using the Count(*) method; code in
the form accesses all these queries to populate the form with data. However
it is quite slow and I think it is because there are so many queries being
run. Is there some way to run a single query that will give me counts for
each floor/dorm combination in the table?
THanks,
assignments. One screen displays the number of students currently assigned
to each floor of each dorm - about 60 floor/dowm combinations in all. Right
now I have a separate query for each one using the Count(*) method; code in
the form accesses all these queries to populate the form with data. However
it is quite slow and I think it is because there are so many queries being
run. Is there some way to run a single query that will give me counts for
each floor/dorm combination in the table?
THanks,