A
Andrew Redfern
I am trying to solve a problem around the forms in my database whereby I
want
Student Details at top (name, class etc)
A list of outcomes to be graded for the student
An option group beside each outcome to give the grade (1 of 3 options)
The tables are
Students: StudentID
FirstName
Surname
Class
Outcomes: OutcomeID
Subject
Outcome
Data: DataID
StudentID
OutcomeID
Level
I am able to send a file of what I have done but it is driving me insane. I
think my problem lies in the database design rather than the form.
Cheers
Andrew
want
Student Details at top (name, class etc)
A list of outcomes to be graded for the student
An option group beside each outcome to give the grade (1 of 3 options)
The tables are
Students: StudentID
FirstName
Surname
Class
Outcomes: OutcomeID
Subject
Outcome
Data: DataID
StudentID
OutcomeID
Level
I am able to send a file of what I have done but it is driving me insane. I
think my problem lies in the database design rather than the form.
Cheers
Andrew