I have a table that contains a list of customers and the date that they purchased something
and I need a way to tally up the number of dates that they made purchases and
I would like to add that total to each record of that type such as:
[pre]
Name Date Total Purchases
Sam Smith 1/30/2017 3
Jim Jones 3/1/2017 2
Sam Smith 3/1/2017 3
Jim Jones 4/17/2017 2
Larry Lewis 4/19/2017 3
Larry Lewis 5/16/2017 3
Larry Lewis 7/07/2017 3
Sam Smith 8/24/2017 3 [/pre]
Can this be done easily with a query?
Thanks
and I need a way to tally up the number of dates that they made purchases and
I would like to add that total to each record of that type such as:
[pre]
Name Date Total Purchases
Sam Smith 1/30/2017 3
Jim Jones 3/1/2017 2
Sam Smith 3/1/2017 3
Jim Jones 4/17/2017 2
Larry Lewis 4/19/2017 3
Larry Lewis 5/16/2017 3
Larry Lewis 7/07/2017 3
Sam Smith 8/24/2017 3 [/pre]
Can this be done easily with a query?
Thanks