G
Guest
Hope someone here has a suggestion. I have three columns in my table (Name,
Date, Number) and would like to update the Number field with a count of
records based on the Name and Date fields. The Name field is sorted and the
count begins with the latest Date for that particular name.
Here is an example:
Name Date Number
Bob 8/1/04 4
Bob 9/15/04 3
Bob 2/3/05 2
Bob 1/6/06 1
John 10/1/04 2
John 12/1/04 1
Jerry 11/4/05 1
Susan 1/3/04 3
Susan 11/4/04 2
Susan 12/4/05 1
Wayne 2/2/04
Wayne 3/4/04
Wayne 12/3/04
Wayne 1/5/05
So Wayne's column would be updated with 4,3,2,1
Any idea's how to update the Number column so I don't need to do this
manually. There are 107000 rows in this table.
Thanks!
Date, Number) and would like to update the Number field with a count of
records based on the Name and Date fields. The Name field is sorted and the
count begins with the latest Date for that particular name.
Here is an example:
Name Date Number
Bob 8/1/04 4
Bob 9/15/04 3
Bob 2/3/05 2
Bob 1/6/06 1
John 10/1/04 2
John 12/1/04 1
Jerry 11/4/05 1
Susan 1/3/04 3
Susan 11/4/04 2
Susan 12/4/05 1
Wayne 2/2/04
Wayne 3/4/04
Wayne 12/3/04
Wayne 1/5/05
So Wayne's column would be updated with 4,3,2,1
Any idea's how to update the Number column so I don't need to do this
manually. There are 107000 rows in this table.
Thanks!