I have two tables one contains header information for a return form the other is the activities against the return.
There are multiple entries for the activities against one return. I only want to grab the oldest activity
header fields
creditno (joins to detail)
customer
part
status
detail field
lastactivitydate (only want the latest from the table)
Is there a way to do this in a sql query
Thanks
Terri
There are multiple entries for the activities against one return. I only want to grab the oldest activity
header fields
creditno (joins to detail)
customer
part
status
detail field
lastactivitydate (only want the latest from the table)
Is there a way to do this in a sql query
Thanks
Terri