PC Review


Reply
Thread Tools Rate Thread

Database for a Testing Center - Tracking dates

 
 
T. Douglas
Guest
Posts: n/a
 
      1st Jun 2010
I'm trying to create a database for registered students who use our office to
take exams. I have multiple students who take several exams for different
professors several times per week. For example Joe Smith may take an exam
once a week for Professor Johnson and once a month for Professor Miller.

How can I set up a table that will allow me to track the name of the
professor, course number, and test dates for each student?

Thanks for your help.
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      1st Jun 2010
On Tue, 1 Jun 2010 07:20:01 -0700, T. Douglas <T.
(E-Mail Removed)> wrote:

You need at least 3 tables, because there is a many-to-many relation
between Students and Exams: each student takes many exams and each
exam has many students. The relationship is expressed with a third
"junction table":
tblTest
StudentID long int required FK PK
ExamID long int required FK PK
DateTaken datetime required

Don't forget to use the Relationships window to draw the relations and
to enforce them.

-Tom.
Microsoft Access MVP



>I'm trying to create a database for registered students who use our office to
>take exams. I have multiple students who take several exams for different
>professors several times per week. For example Joe Smith may take an exam
>once a week for Professor Johnson and once a month for Professor Miller.
>
>How can I set up a table that will allow me to track the name of the
>professor, course number, and test dates for each student?
>
>Thanks for your help.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Dates Tracking Database Ldappa Microsoft Access Database Table Design 8 15th Oct 2008 02:58 AM
Call Center Tracking Spreadsheet tskb Microsoft Excel Discussion 0 20th Sep 2006 09:16 PM
using Tracking Center for today's emails? Geoff Cox Microsoft Powerpoint 2 17th Feb 2006 06:54 PM
Help testing Orbital Tracking application fhunter Microsoft Dot NET Compact Framework 0 21st Dec 2003 07:36 PM
Testing fro valid dates alex Microsoft VB .NET 5 9th Dec 2003 07:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:50 AM.