G
Gary B
MASTER Table:
ClaimsPrimaryKey
DETAIL Table:
AutoNumberPrimaryKey Date ClaimsPrimaryKey ClaimsStatus
This represents, of course, a one-to-many relationship
I need to return a Query as Follows:
ClaimsPrimaryKey, ClaimsStatus
The problem is that I need to get the ClaimsStatus from the DETAIL Table,
where the DETAIL Table is Ordered By: "Date, ClaimsPrimaryKey"
and I need the info from the last row returned form this sort order.
Last Point: I am doing this on MS SQL Server if there may be an
easier/faster
way to acomplish this on that platform.
ClaimsPrimaryKey
DETAIL Table:
AutoNumberPrimaryKey Date ClaimsPrimaryKey ClaimsStatus
This represents, of course, a one-to-many relationship
I need to return a Query as Follows:
ClaimsPrimaryKey, ClaimsStatus
The problem is that I need to get the ClaimsStatus from the DETAIL Table,
where the DETAIL Table is Ordered By: "Date, ClaimsPrimaryKey"
and I need the info from the last row returned form this sort order.
Last Point: I am doing this on MS SQL Server if there may be an
easier/faster
way to acomplish this on that platform.