Hello all,
I have a query that is pretty basic, it returns a result set like this
SLSMANID, CUST ID, CONTRACT#, DATE PAID
001 3344 101 5/14/03
001 3344 101 5/15/03
001 4455 115 5/25/03
Basicly I need one line per contract #, throwing out everything but the most recent date. The date field comes from a read only table. I am using Dharma 8.00 so I'm posting in the Ansi forum. Thanks -J
I have a query that is pretty basic, it returns a result set like this
SLSMANID, CUST ID, CONTRACT#, DATE PAID
001 3344 101 5/14/03
001 3344 101 5/15/03
001 4455 115 5/25/03
Basicly I need one line per contract #, throwing out everything but the most recent date. The date field comes from a read only table. I am using Dharma 8.00 so I'm posting in the Ansi forum. Thanks -J