C
carl
Hi. I posted a similar question earlier in the week. I may not have explained
my problem well. So I am trying again...
My data table looks like this...
Sym adate Sum
AACC 2/1/2008 18
AATI 2/1/2008 164
AAUK 2/1/2008 726
AAV 2/1/2008 1010
AB 2/1/2008 602
ABD 2/1/2008 4
ABFS 2/1/2008 254
ABH 2/1/2008 8166
This is a small portion of the table. I would like to be able to query so
that if I input a date (eg 2/20/2008) the result will be for each Sym, the
average of Sum for the previous 20 days if that average of Sum is greater
than 200.
Thank you in advance.
my problem well. So I am trying again...
My data table looks like this...
Sym adate Sum
AACC 2/1/2008 18
AATI 2/1/2008 164
AAUK 2/1/2008 726
AAV 2/1/2008 1010
AB 2/1/2008 602
ABD 2/1/2008 4
ABFS 2/1/2008 254
ABH 2/1/2008 8166
This is a small portion of the table. I would like to be able to query so
that if I input a date (eg 2/20/2008) the result will be for each Sym, the
average of Sum for the previous 20 days if that average of Sum is greater
than 200.
Thank you in advance.