If I can break through this initial problem, I should be on track to complete my project... but my Access newbie thought process is not helping me!
Here is what I'm working on doing. I am trying to make a query that will average the number of days to complete a process for records in my table (ATDays) that meet a certain parameter (in this case, a "Yes/No" block entitled "Holding" is checked).
I know that I need to average a DateDiff function, but continuing that the one step farther is frustrating me to no end.
I've got the
ATDays: Avg(DateDiff("d",[NUI Date],Date()))
but adding something to the effect of WHERE [Holding] = "Yes" has me stumped.
Thank you for your help to what I'm cetain must be a very easy solution!
Here is what I'm working on doing. I am trying to make a query that will average the number of days to complete a process for records in my table (ATDays) that meet a certain parameter (in this case, a "Yes/No" block entitled "Holding" is checked).
I know that I need to average a DateDiff function, but continuing that the one step farther is frustrating me to no end.
I've got the
ATDays: Avg(DateDiff("d",[NUI Date],Date()))
but adding something to the effect of WHERE [Holding] = "Yes" has me stumped.
Thank you for your help to what I'm cetain must be a very easy solution!