S
sueshe
I have a Table that contains 10 diagnosis fields, each containing up to 10
diagnosis codes for each patient in the table. I need to pull out only those
patients that contain a V code (meaning they start with a V) in any of the 10
diagnosis fields. I have tried doing a v* for Criteria in each diagnosis
field, but it comes up with no records each time I run it(there are records
that contain V codes. If the patient does have a V code in any of the 10
fields, I need it to show any codes that are on that record along with the V
code.
diagnosis codes for each patient in the table. I need to pull out only those
patients that contain a V code (meaning they start with a V) in any of the 10
diagnosis fields. I have tried doing a v* for Criteria in each diagnosis
field, but it comes up with no records each time I run it(there are records
that contain V codes. If the patient does have a V code in any of the 10
fields, I need it to show any codes that are on that record along with the V
code.