Hi!,
I have two different types of marking schemes for students in my database.
However I want to show only 1 final mark field (Pass/Fail) for use in report pull ups and pie charts (showing % of fails and Passes)
I have a combo box from which the user needs to select which marking scheme the student was marked on:
Pre 2002 Grading System % or 2002 Grading System (A-E)
are the two choices.
I want to be able to say that if Pre 2002 Grading System is selected then look at the Pre 2002 Grading final mark - if this has a mark then show 'Pass' if it is Null show 'Fail'
I also want to say the same for the 2002 Grading System (A-E) to say that if this is selected then look at the 2002 Grading final mark - if it has a mark then show 'Pass' if it is null show 'Fail'
How do I go about coding this?
My fields are as follows:
For choice of grading systems - field = [Grading System Used]
For old grading system final mark field = [OSFinal Mark Awarded]
For new grading system final mark field = [FinalMark]
If anyone could help I'd appreciate it!!!!
Cheers!!!
I have two different types of marking schemes for students in my database.
However I want to show only 1 final mark field (Pass/Fail) for use in report pull ups and pie charts (showing % of fails and Passes)
I have a combo box from which the user needs to select which marking scheme the student was marked on:
Pre 2002 Grading System % or 2002 Grading System (A-E)
are the two choices.
I want to be able to say that if Pre 2002 Grading System is selected then look at the Pre 2002 Grading final mark - if this has a mark then show 'Pass' if it is Null show 'Fail'
I also want to say the same for the 2002 Grading System (A-E) to say that if this is selected then look at the 2002 Grading final mark - if it has a mark then show 'Pass' if it is null show 'Fail'
How do I go about coding this?
My fields are as follows:
For choice of grading systems - field = [Grading System Used]
For old grading system final mark field = [OSFinal Mark Awarded]
For new grading system final mark field = [FinalMark]
If anyone could help I'd appreciate it!!!!
Cheers!!!