J
Jennifer
I have the following Table:
Week End Date WK #
10/17/09 11
10/24/09 10
10/31/09 9
11/7/09 8
11/14/09 7
11/21/09 6
11/28/09 5
12/5/09 4
12/12/09 3
12/19/09 2
12/26/09 1
1/2/10
Each new week will be appended to this table (ie. that 1/2/10)
With 1/2/10 being the current week (and just appended) I need to create a
query (queries) that will delete WK# 11 and re-number WK# column (so 10/24/09
is the new 11 and so forth down the line). I've tried working with
auto-number, but that simply adds not re-numbers...
Reason need - I'm using the Dates for a crosstab Column header, but with the
week end dates dropping off/changing, I always need to re-do the crosstab
query. So if I use a common placeholder to identify to week end date, than I
don't have to do this.
Is there anyway I can get what I need via queries (not VBA)?
Please help! Jennifer
Week End Date WK #
10/17/09 11
10/24/09 10
10/31/09 9
11/7/09 8
11/14/09 7
11/21/09 6
11/28/09 5
12/5/09 4
12/12/09 3
12/19/09 2
12/26/09 1
1/2/10
Each new week will be appended to this table (ie. that 1/2/10)
With 1/2/10 being the current week (and just appended) I need to create a
query (queries) that will delete WK# 11 and re-number WK# column (so 10/24/09
is the new 11 and so forth down the line). I've tried working with
auto-number, but that simply adds not re-numbers...
Reason need - I'm using the Dates for a crosstab Column header, but with the
week end dates dropping off/changing, I always need to re-do the crosstab
query. So if I use a common placeholder to identify to week end date, than I
don't have to do this.
Is there anyway I can get what I need via queries (not VBA)?
Please help! Jennifer