Please watch your caps lock key. All caps is hard to read.
Try using a Form to enter your attendance records; without knowing
anything whatsoever about your table structure or what it is that you
want totaled I can't be specific, but you can put textboxes on the
Form (or Subform) footer with control sources such as
=Count(*)
to count the number of records, or
=Sum([fieldname])
to sum the numeric values in a field.
John W. Vinson[MVP]
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.