Above My Pay Grade

May 14, 2008

We are going to be converting our access database into an Eaglesun database. What commands would you use for the conversion

Thanks for the help


US Navy - We are fueled, armed, and go for launch.

View 4 Replies


ADVERTISEMENT

How To Take Grade Letter From Marks Range From Grade Table

Oct 20, 2015

Grade Table is:

Grade_letter lowbound_marks uperbound_marks
A 85 100
B 60 84
C 0 59

Suppose some another query returns marks.Now, I am stuck with the query which takes the grade_letter based on the marks falling in the range given above. I want a query which is not hardcoded and calculates the grade based on the values given in the table only.

View 4 Replies View Related

Need To Calculate Grade Age

Mar 7, 2004

Need to calculate the Grade age based on the birthdate and Nov month and 30th Day of the current year.
I have a working datediff statement but I need to always but in the current year. I would like to have the statement get the current year. Then if the age is greater than xx and less than xx your age level is "xyz"

This works DateDiff("d" [Birthdate], 11/30/2004) /365.25 will return the age.

I want to replace the 2004 with a getdate yyyy so I do not need to maintain this statement.

Thanks in advance of a reply
Gary

View 2 Replies View Related

Mapping A Number To A Letter Grade...

Mar 24, 2008

I'm trying to think a way to map an average rating (1-10) to a letter grade (A-F).

For example, if I querry the name of a professor and the corresponding rating for the professor, then I would also like to generate a column displaying the corresponding letter grade for the professor based on the rating.

Professor | Rating | Grade |

Smith 8.5 B

I use an aggregate function to diplsay the rating.
I'm thinking I may need to write my own aggregate function to display the letter grade. 'Professor' is an actual field of the database.

View 4 Replies View Related

Transact SQL :: How To Upgrade Student Grade Only

Jun 9, 2015

We have SQL database now a days we are planing to update our students ID Records but i don't know the exact query for this. Table format is below

StudentID                          Name
500132253/Prep               Aslam
112344883/Prep               Ali
451132537/Prep               Ahmed

Now i want to update only the grade from prep to KG-1 without update the registration number only prep to kg-1. in one column there is student register number and after slash the grade.

View 6 Replies View Related

Need Commercial Grade FileWatcher Task

May 19, 2006

Does anyone know of such a task than runs under both x86 and x64? (I know a FileWatcher add-in but it was built using Beta verisons of VS.NET)

TIA,

barkingdog

View 1 Replies View Related

Data Access :: How To Compute Student Grade In Server

Nov 21, 2015

i am having problem putting this query to calculate students grade using the condition and legend bellow.

WHEN EXAMS BETWEEN 75 AND 100 THEN 'A'
WHEN EXAMS BETWEEN 70 AND 74 THEN 'AB'
WHEN EXAMS BETWEEN 65 AND 69 THEN 'B'
WHEN EXAMS BETWEEN 60 AND 64 THEN 'BC'

[code]...

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved