J
jimmy_pun1
i've got a query result of
Donation Date DonorID
11/1/2006 5
11/1/2006 12
11/3/2006 15
11/4/2006 30
11/4/2006 6
what i want is a third column to do a simple numeric count.
a 3rd column with
Donation Date DonorID numeric count
11/1/2006 5 1
11/1/2006 12 2
11/3/2006 15 3
11/4/2006 30 4
11/4/2006 6 5
i don't need number of counts on a specific date (for example 2 on
11/1/2006 and 2 on 11/4/2006 .)
just a linear 1,2,3,4,5,6 count, so i know how many donations there are
up to a certain date.
i know this is probably very easy to do... but im new at this access
stuff and im stuck.
Donation Date DonorID
11/1/2006 5
11/1/2006 12
11/3/2006 15
11/4/2006 30
11/4/2006 6
what i want is a third column to do a simple numeric count.
a 3rd column with
Donation Date DonorID numeric count
11/1/2006 5 1
11/1/2006 12 2
11/3/2006 15 3
11/4/2006 30 4
11/4/2006 6 5
i don't need number of counts on a specific date (for example 2 on
11/1/2006 and 2 on 11/4/2006 .)
just a linear 1,2,3,4,5,6 count, so i know how many donations there are
up to a certain date.
i know this is probably very easy to do... but im new at this access
stuff and im stuck.