I currently have a table with these fields:
analname,member_id,member_name,dob,sex,dos,spec_num,smc,testname,dxcode1,loinc,ndec_low,ndec_hi,rslt_dec,abn_code,
rsltabrv,cpt_code,pay_acct,acctname,elig_sw,ord_acct,docname
I would like to have a query that will show all these fields without
any duplicates in the member_id field, but leaving the record with the
latest date in the event of a duplicate.
If someone can help, it would be highly appreciated.
Thanks
Bimal
analname,member_id,member_name,dob,sex,dos,spec_num,smc,testname,dxcode1,loinc,ndec_low,ndec_hi,rslt_dec,abn_code,
rsltabrv,cpt_code,pay_acct,acctname,elig_sw,ord_acct,docname
I would like to have a query that will show all these fields without
any duplicates in the member_id field, but leaving the record with the
latest date in the event of a duplicate.
If someone can help, it would be highly appreciated.
Thanks
Bimal