I created a database to track the number of Open Records Request for the city. My manager would like me to provide stats on the number of requests process. I created a query to calculate the time lapsed and would like to calculate the percentage of requests less than 5 days to process. One problem I am having it when I run the query it is asking me for a parameter value.
Please help!
Sonya
DateDiff("d", [DateReceipt],[Completion_Date])
Please help!
Sonya