I am trying to get it so that if I have multiple entries for products I just want the last time for each of the products.
An example of the data is:
Date Customer Date/Time
29-Sep-04 1594301 9/29/2004 23:00
29-Sep-04 1100501 9/29/2004 23:00
29-Sep-04 1594201 9/29/2004 23:00
29-Sep-04 919101 9/29/2004 23:00
29-Sep-04 919101 9/29/2004 23:00
29-Sep-04 1289301 9/29/2004 19:00
29-Sep-04 893601 9/29/2004 23:00
29-Sep-04 1289301 9/29/2004 19:00
29-Sep-04 894001 9/29/2004 23:00
29-Sep-04 418601 9/29/2004 22:17
29-Sep-04 1177701 9/29/2004 23:00
29-Sep-04 161301 9/29/2004 19:50
29-Sep-04 969001 9/29/2004 23:00
29-Sep-04 280601 9/29/2004 16:20
29-Sep-04 1194801 9/29/2004 23:00
29-Sep-04 1594101 9/29/2004 20:06
29-Sep-04 1594201 9/29/2004 20:06
29-Sep-04 1594201 9/29/2004 23:00
29-Sep-04 1594101 9/29/2004 20:06
29-Sep-04 1594501 9/29/2004 23:00
I just need each product to show up once with the last date/time being shown. I know their should be a max function to help with this but not sure how to use it in this case
Thanks
An example of the data is:
Date Customer Date/Time
29-Sep-04 1594301 9/29/2004 23:00
29-Sep-04 1100501 9/29/2004 23:00
29-Sep-04 1594201 9/29/2004 23:00
29-Sep-04 919101 9/29/2004 23:00
29-Sep-04 919101 9/29/2004 23:00
29-Sep-04 1289301 9/29/2004 19:00
29-Sep-04 893601 9/29/2004 23:00
29-Sep-04 1289301 9/29/2004 19:00
29-Sep-04 894001 9/29/2004 23:00
29-Sep-04 418601 9/29/2004 22:17
29-Sep-04 1177701 9/29/2004 23:00
29-Sep-04 161301 9/29/2004 19:50
29-Sep-04 969001 9/29/2004 23:00
29-Sep-04 280601 9/29/2004 16:20
29-Sep-04 1194801 9/29/2004 23:00
29-Sep-04 1594101 9/29/2004 20:06
29-Sep-04 1594201 9/29/2004 20:06
29-Sep-04 1594201 9/29/2004 23:00
29-Sep-04 1594101 9/29/2004 20:06
29-Sep-04 1594501 9/29/2004 23:00
I just need each product to show up once with the last date/time being shown. I know their should be a max function to help with this but not sure how to use it in this case
Thanks