chris-uk-lad
Registered User.
- Local time
- Today, 12:43
- Joined
- Jul 8, 2008
- Messages
- 271
Hi,
In a form i have a cell that counts the number of new business that belong to a request type, which i have done by including within the cell:
However i would like it to count the number of new business that has arrived in upto this day last week and cant seem to find a way to use standard SQL in the control source.
Thanks
In a form i have a cell that counts the number of new business that belong to a request type, which i have done by including within the cell:
Code:
=DCount("[Request Type]","Sheet1","[Request Type] = 'New Business'")
However i would like it to count the number of new business that has arrived in upto this day last week and cant seem to find a way to use standard SQL in the control source.
Thanks