A
ACSer
i am trying to create a query that returns a report that is showing data from
4 tables. on one of the tables there are possibly two records for the same
event. i am trying to show the latest and greatest and using max on the
letter date but no luck. Any Suggestions?
SELECT Max(REFUND_LETTERS_SENT.LtrDate) AS LtrDate,
REFUND_LETTERS_SENT.PaidDate, REFUND_LETTERS_SENT.Amount,
REFUND_LETTERS_SENT.Notice, REFUND_POSTINGS.Claim_Number,
REFUND_POSTINGS.Ini_Rcpt_Source_ck_log, REFUND_POSTINGS.Check_Date_ck_log,
REFUND_POSTINGS.Check_Amount_ck_log, REFUND_POSTINGS.Provider_ck_log,
REFUND_POSTINGS.Solicited_ck_log, CELTIC_AUDIT.Source_Identifier_CELTIC,
CELTIC_AUDIT.REFUND_DUE, CELTIC_AUDIT.DATE_REFUND_RCVD, CELTIC_AUDIT.STATUS,
CELTIC_AUDIT.FINDINGS, CELTIC_AUDIT.AUDITORS_COMMENTS,
CELTIC_AUDIT.ACS_REBUTTAL, CELTIC_AUDIT.CELTIC_FINAL_COMMENT
4 tables. on one of the tables there are possibly two records for the same
event. i am trying to show the latest and greatest and using max on the
letter date but no luck. Any Suggestions?
SELECT Max(REFUND_LETTERS_SENT.LtrDate) AS LtrDate,
REFUND_LETTERS_SENT.PaidDate, REFUND_LETTERS_SENT.Amount,
REFUND_LETTERS_SENT.Notice, REFUND_POSTINGS.Claim_Number,
REFUND_POSTINGS.Ini_Rcpt_Source_ck_log, REFUND_POSTINGS.Check_Date_ck_log,
REFUND_POSTINGS.Check_Amount_ck_log, REFUND_POSTINGS.Provider_ck_log,
REFUND_POSTINGS.Solicited_ck_log, CELTIC_AUDIT.Source_Identifier_CELTIC,
CELTIC_AUDIT.REFUND_DUE, CELTIC_AUDIT.DATE_REFUND_RCVD, CELTIC_AUDIT.STATUS,
CELTIC_AUDIT.FINDINGS, CELTIC_AUDIT.AUDITORS_COMMENTS,
CELTIC_AUDIT.ACS_REBUTTAL, CELTIC_AUDIT.CELTIC_FINAL_COMMENT