Adding a percentage field into my query

Lyndon000

New member
Local time
Today, 09:15
Joined
Dec 5, 2013
Messages
6
Hello guys,

I have a database which tracks the performance of my team and how long it took them to send something out to the customer. We have a target of 5 minutes.

So I quite a few queries to drill down this information. I have a summary query that takes that information and tells me the total amount of things sent, the amount of things sent in time and the amount of things sent late.

My team have to get at least 95% out on time. So how would I go about adding this bit into the query. The calculation is:

the amount sent on time / the total amount * 100

but is there anyway to add this into a 4th column displayed next to these figures?

Looking around a few people have talked about SQL but I no nothing about this and it seems quite daunting, is there a way to do this as a calculated field?
 
In design view:

TargetPercent: FirstField/SecondField*100
 

Users who are viewing this thread

Back
Top Bottom