G
Guest
I have a basic table with product data listed by day. This table will
continue to grow every day since I will append each new day's data to the
table. Here is an example of what I want to do:
Let's say I've got 30 days worth of data (30 unique dates). What I want in
my query results are all the records for the 10 most recent days. How can I
do this? My table is set up similar to this:
Item # Sales Date
23456 $476 10/27/2005 (wk 39)
etc. etc. etc.
Thanks,
Jeff
continue to grow every day since I will append each new day's data to the
table. Here is an example of what I want to do:
Let's say I've got 30 days worth of data (30 unique dates). What I want in
my query results are all the records for the 10 most recent days. How can I
do this? My table is set up similar to this:
Item # Sales Date
23456 $476 10/27/2005 (wk 39)
etc. etc. etc.
Thanks,
Jeff