A
AE
This is my second question on the student database I'm
creating--specifically the SCHOLARSHIP information.
I want to avoid having to convert data into an Excel
spreadsheet in order to calculate scholarship offerings,
as data is subject to change on an hourly/daily basis.
I would think that the whole process could be self-
contained in the student database, through table, query,
and report functions--allowing for accurate reporting on a
moment's notice.
I need to be able to track all data that is used to
determine a student's "score" for scholarship
consideration. I've created the necessary fields for data
entry (i.e. Income, Audition, NumOfClasses, NumOfYears).
Now I need to translate each bit of data into a
predetermined score, and then weight it. Can this be done
in additional fields in the same table, or should it be
contained in another table or a permanent query?
Basic Example:
If "Income" is < $40,000. and > $30,000.00
then "IncomeScore" would automatically = 10
If "Audition" = "A" then "AuditionScore" would
automatically = 20.
There would then need to be a field that automatically
updates with the "TotalScore"
Again, any help or referral to a source of examples would
be appreciated.
ae
creating--specifically the SCHOLARSHIP information.
I want to avoid having to convert data into an Excel
spreadsheet in order to calculate scholarship offerings,
as data is subject to change on an hourly/daily basis.
I would think that the whole process could be self-
contained in the student database, through table, query,
and report functions--allowing for accurate reporting on a
moment's notice.
I need to be able to track all data that is used to
determine a student's "score" for scholarship
consideration. I've created the necessary fields for data
entry (i.e. Income, Audition, NumOfClasses, NumOfYears).
Now I need to translate each bit of data into a
predetermined score, and then weight it. Can this be done
in additional fields in the same table, or should it be
contained in another table or a permanent query?
Basic Example:
If "Income" is < $40,000. and > $30,000.00
then "IncomeScore" would automatically = 10
If "Audition" = "A" then "AuditionScore" would
automatically = 20.
There would then need to be a field that automatically
updates with the "TotalScore"
Again, any help or referral to a source of examples would
be appreciated.
ae