Numbero Uno - My Question
OK I will tell you my problem before I tell you how I have tried to solve it.
I would like to have, in my form, a field that is able to tell me what grade a student got based on their final marks. The grade would be 70+ A, 60+ B, 50+C etc. How would one do this in access?
Part Deux - Where I tried to figure it out on my own but failed.
This is my lovely efficient forumla from excel:
=IF(L7>69.49,"A",IF(L7>59.49,"B", IF(L7>49.49,"C",IF(L7>39.49,"D","F"))))
As you can see it finds out whether a student received an A, B, etc. Simples!
However so far all I have discovered in Acces is to input this into the Control Source:
=IIf([Module One Final Mark]>69.49,"A","F")
I tried inputting the same kind of categories into the control source but it was given answers as -1. The AND button is also obviously pointless, from what I can tell it works fine on Queries but the AND button seems to do the same here as in Excel so.. I do not except it to be useful to me.
Any suggestions? I would rather keep out of VBA but I am starting to think I will have to start teaching myself how to do that as well to sort this out.
ANY HELP WILL BE MUCH APPRECIATED![]()
Bookmarks