Mathematical question

rarejoep

Registered User.
Local time
Today, 15:42
Joined
Oct 8, 2002
Messages
30
I am making a database that contains trainees and courses. It must be able to record the attendance of every day a course is given. I was thinking of a list of courses and dates, and with every combination you can give up which trainees where absent.
This works. Now I want to have the percentage of attendance calculated. I've absolutely no idea how I can do this?? I was thinking of this:
(all the trainees minus the absent ones) divided by all the trainees
 
(trainees attended divided by all trainees) * 100

Not really relevent to access really tho.
 

Users who are viewing this thread

Back
Top Bottom