Passing data to a form AND performing append query to table

G

Guest

I have the following tables: Students, Enrollments, Classes, Sessions,
Attendance.

I have a form based on Classes and a subform based on Sessions. I want the
user to be able to select the appropriate session then a new form appears
with a list of students that are signed up for that session.

My Attendance table has the primary key of SessionID, StudentID, and Date.
There is also a Yes/No checkbox to distinguish if they were present on a
given date.

Basically, what I am trying to do is create an electronic attendance sheet.

Any help would be great, thank you,
ivalum21
 
G

G. Vaught

The Microsoft Office Template Site already has a database for tracking
classes and students. It does not have an attendance sheet, but it is very
easy to create one by combining the table of students with the classes table
via a query.
 
G

Guest

Yes, but I have many classes offered at many different times, so I created a
Sessions table. I also have many students enrolled in many different
classes, therefore I created an Enrollments table.

So in that case would I just combine the Sessions and Enrollments tables
together to get my attendance sheet?

- ivalum21
 

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.

Ask a Question

Top