C
Chuck Frodermann
Is there a way to combine 2m or more fields into 1 with an expression such
as
[ICD9]&" "&[icd92]&" "&[icd93]
the desired result would be
icd9
icd92
icd93
so you could then sort and find the number of a particular icd9 code.
We have up to icd96 and this is repeated for cpt codes.
Required in this format for state reporting.
their table structure has fields icd9 thru icd96 and the same for cpt codes.
Thanks in Advance
Chuck
as
[ICD9]&" "&[icd92]&" "&[icd93]
the desired result would be
icd9
icd92
icd93
so you could then sort and find the number of a particular icd9 code.
We have up to icd96 and this is repeated for cpt codes.
Required in this format for state reporting.
their table structure has fields icd9 thru icd96 and the same for cpt codes.
Thanks in Advance
Chuck