MikeDuffield
Registered User.
- Local time
- Today, 20:00
- Joined
- Aug 31, 2010
- Messages
- 50
Hi everyone,
I'm using DAVG to look up average days in a query. All works fine but I'd like additional functionality. Here's what I have so far:
What I would like is the above to return an average based on dates from and to in column "Comp".
For instance, I might want only data with a value between now() and 14 days ago. (ie jobs completed in the last two weeks)
Is this easy to do?
I've found examples elsewhere that help me specify and exact value, but not between values.
Cheers in advance!
Mike.
I'm using DAVG to look up average days in a query. All works fine but I'd like additional functionality. Here's what I have so far:
Code:
=DAvg("[kitted2completed]","KittedComp")
What I would like is the above to return an average based on dates from and to in column "Comp".
For instance, I might want only data with a value between now() and 14 days ago. (ie jobs completed in the last two weeks)
Is this easy to do?
I've found examples elsewhere that help me specify and exact value, but not between values.
Cheers in advance!
Mike.