G
Glenn
I have 3 fields, CompanyID, Name & Date where the ID and
name will always be the same but the date will change. If
I group and then count on the ID in a query, I get the
total number of times the name is held. However, if I
introduce the date (so that I can use it as a parameter)
the count is then split (because there are a number of
different dates for each name). It is as if the count is
now on the uniqueness of each record rather than the ID
alone. Is there a way around this, the end result is a
report that shows how many times an individual appeares in
the database and not how many times an individual appeares
where the whole record is the same? Many thanks
name will always be the same but the date will change. If
I group and then count on the ID in a query, I get the
total number of times the name is held. However, if I
introduce the date (so that I can use it as a parameter)
the count is then split (because there are a number of
different dates for each name). It is as if the count is
now on the uniqueness of each record rather than the ID
alone. Is there a way around this, the end result is a
report that shows how many times an individual appeares in
the database and not how many times an individual appeares
where the whole record is the same? Many thanks