Quizzes & Puzzles3 mins ago
Access Coding help
Here we go:
I've got an Access 2003 database that records errors.
A table (simplified):
[user] [error]
Each type of error is allocated a points value in a linked table:
[error] [points]
A query pulls this together & shows how many points each user has accumulated over a given period. ie:
user1 6
user2 2
user3 9
user4 12
user5 3
Now I want to grade each user:
0-4 points = grade 1
5-9 points = grade 2
10+ points = grade 3
The results are to be output to a report.
So, whats the best way to have Access work out the grading?
I've got a similar type of question that I'll post separately...
I've got an Access 2003 database that records errors.
A table (simplified):
[user] [error]
Each type of error is allocated a points value in a linked table:
[error] [points]
A query pulls this together & shows how many points each user has accumulated over a given period. ie:
user1 6
user2 2
user3 9
user4 12
user5 3
Now I want to grade each user:
0-4 points = grade 1
5-9 points = grade 2
10+ points = grade 3
The results are to be output to a report.
So, whats the best way to have Access work out the grading?
I've got a similar type of question that I'll post separately...
Answers
Best Answer
No best answer has yet been selected by tpreece01. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.