Hi Guys,
I'm trying to make a query (or formula) that will show the total effort expended each week for 52 weeks.
I have 2 fields I am interested in - [Total Effort], [31 date] which are part of table [NPS Tasks].
I plugged in the following into a form field - =(DSum("[Total Effort]","[NPS Tasks]","[31 date]">Weekday(Date(),1)&"[31 date]"<Weekday(Date(),7)) but this returns the total of the column rather than the data from this week only. I then decided that maybe the best way to do it was via a query but I am not sure how to set it up then also show it on a form.
Thanks for any help.
I'm trying to make a query (or formula) that will show the total effort expended each week for 52 weeks.
I have 2 fields I am interested in - [Total Effort], [31 date] which are part of table [NPS Tasks].
I plugged in the following into a form field - =(DSum("[Total Effort]","[NPS Tasks]","[31 date]">Weekday(Date(),1)&"[31 date]"<Weekday(Date(),7)) but this returns the total of the column rather than the data from this week only. I then decided that maybe the best way to do it was via a query but I am not sure how to set it up then also show it on a form.
Thanks for any help.