Wayne Cramer
Registered User.
- Local time
- Today, 12:09
- Joined
- Aug 10, 2007
- Messages
- 93
I have an Access query that lists completed company forms by days to complete in descending order. I want to use the reccord number and total record count to present the percentage of forms that were completed at each completion date. Ther purpose is to quickly show that 80 percent of forms are completed within 60 days. This is easy to do in Excel using the Row() and Count() funtions such as 1-Row()/Count($A$1:$A$5000).
Is there a way to do this same thing in Access?
Is there a way to do this same thing in Access?