S
Sean
I made myself (what I think is a nice, little) database to use as my grade
book... very simple but extremely useful, especially for reporting. Here is
my problem.
I want to create a form where I can use a combo box to pull up a student and
then another combo box to pull up an assignment and then enter the student's
score. This is what I have so far:
[tblStudent]
StudentID (PK) (Incemental, autonumber since this won't get to large to
maintain)
StudentSSN
StudentLastName
StudentFirstName
etc, etc, ......
[tblAssignment]
AssignmentID (PK)
AssignmentDescription
AssignmentTotalPoints
AssignmentType
[tblStdntAsgmntRecursive]
StdntAsgmntID (PK)
StudentID
AssignmentID
PointsEarned
OK, now, I have tried just about every Wizard and dataset I can think of to
use for the form, but I can't get this to work.
I have the recursive table because one student will have many assignments
and each assignment will have many students... is this the problem? If it
is, how do I work around this? I am not averse to coding, but I am having a
severe brain-drain week and I cannot get this off the ground. Any help is
greatly appreciated. THANK YOU.
book... very simple but extremely useful, especially for reporting. Here is
my problem.
I want to create a form where I can use a combo box to pull up a student and
then another combo box to pull up an assignment and then enter the student's
score. This is what I have so far:
[tblStudent]
StudentID (PK) (Incemental, autonumber since this won't get to large to
maintain)
StudentSSN
StudentLastName
StudentFirstName
etc, etc, ......
[tblAssignment]
AssignmentID (PK)
AssignmentDescription
AssignmentTotalPoints
AssignmentType
[tblStdntAsgmntRecursive]
StdntAsgmntID (PK)
StudentID
AssignmentID
PointsEarned
OK, now, I have tried just about every Wizard and dataset I can think of to
use for the form, but I can't get this to work.
I have the recursive table because one student will have many assignments
and each assignment will have many students... is this the problem? If it
is, how do I work around this? I am not averse to coding, but I am having a
severe brain-drain week and I cannot get this off the ground. Any help is
greatly appreciated. THANK YOU.