G
Guest
Here is my dilemma. I have a query from a database containing multiple
fields. The initial query searches a total of 8 separate fields for
particular text. For example, the 8 separate fields contain information that
may or may not contain the text I am looking for, but I need to catch the
record in order to report whether that text is included in any of those 8
columns. If I am looking for all cases of "carcinoma" by client from multiple
biopsies that would appear in any of those 8 fields (ie. diagnosis site
1,2,3,etc). Then I need to provide a report that includes the client, patient
tname, and diagnosis. However, when I query, I get all the 8 separate fields
for each patient, and not just the field that contains the information I want
to display. I can add all of the returned fields into one created field, but
I want to filter out the text that doesn't apply to the field with cancer.
How would I go about doing that?
fields. The initial query searches a total of 8 separate fields for
particular text. For example, the 8 separate fields contain information that
may or may not contain the text I am looking for, but I need to catch the
record in order to report whether that text is included in any of those 8
columns. If I am looking for all cases of "carcinoma" by client from multiple
biopsies that would appear in any of those 8 fields (ie. diagnosis site
1,2,3,etc). Then I need to provide a report that includes the client, patient
tname, and diagnosis. However, when I query, I get all the 8 separate fields
for each patient, and not just the field that contains the information I want
to display. I can add all of the returned fields into one created field, but
I want to filter out the text that doesn't apply to the field with cancer.
How would I go about doing that?