Create a query against your table (an Access "Database" is all of the parts,
not just a single table).
Add the PersonNumber field, add the Date field. (by the way, Access treats
the word "Date" as a reserved word -- use a different title for the field to
avoid confusing Access and yourself)
Use ">=#8/1/2006#" (without the quotes) as a selection criterion under your
[Date] field.
Click on the Totals button. Keep the "GroupBy" for [PersonNumber], change
it to "Count" for your [Date] field.
Run the query.
If you ONLY add rows to the table for those times (i.e., dates) a person
attends, you don't need to use the checkbox. If you add rows for every day
for every person, you'll need to also add the checkbox field, change the
"GroupBy" to "Where", uncheck the "Show" checkbox, and use "True" (without
the quotes) for the selection criteria.
Regards
Jeff Boyce
Microsoft Office/Access MVP
geisi said:
My Database has 4 columns,auto ID Field, Person Number feild, Date feild,
A
checkbox (yes/no) that i click if the person shows up.
how can i count howmany times each person came going back to august 1
2006?
i have a database with alomost 700 names, with checkboxes checked off
almost
daily. (Depends on those that show up)
I have seperate feilds for first name and last name and date and visit