Access problem

  • Thread starter Thread starter asdd dkek
  • Start date Start date
A

asdd dkek

I'm playing around with Access.

I am buildiing a program to calculate grades for my students. I can get it
to average the final grade, but I can't get it to take the numerical value
and convert it to an alphabetical grade. Any ideas would be helpful.

I have, for example, 6 grades. One average is 69. I want that to be a C in
a query. Ideas??????

Kirk
 
Create a table that contains the minimum score and the matching grade
letter.

You can then get the grade by looking up that table.

Tom Ellison explains the finer points here:
Lookup in a range of values in a query
at:
http://allenbrowne.com/ser-58.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top