Search results

  1. M

    Am I conceptually on the right track for attendance?

    I'm trying to create a program to input student attendance. The interface I'm going for is an Excel-looking spreadsheet with: Columns as weekdays in a given month Rows as all students Cells as the attendance code (e.g., A for absent) for that day/student I have: Students Table with StudentID...
  2. M

    Query using same field multiple times under varying criteria?

    Preamble edit: I'm running Access 2003. I have two tables, Students and AttendanceRecords. Students just has studentID and studentName AttendanceRecords has AttRecID, studentID, presence, thedate I'm looking to create what looks like an Excel grid, with the last 10 days as columns and the...
  3. M

    Is this the right approach for an attendance database?

    -Edit in advance: I'm stuck using Access 2003 so I can't look at certain sample databases and maybe don't have access to certain ways of solving problems- Hi all; I'm just starting to get into the nuts and bolts of Access so I'm worried some of the solutions I think up are needlessly...
Top Bottom