I have two tables linked by ID number in a query. I am grouping by the tissue specific deviation field, but am getting repetative returns like the one below.
Region Tissue Compare Category TissueOverallDispositionText DonorTracCaseID StatTracId TissueSpecificDeviationValue
Southeast Bone Recovered Donor 35951 5651464
Southeast Bone Recovered Donor 35951 5651464 Discarded by processor due to + serology
I need to know if there is a formula or function that seaches a given field and returns the individual results based on that field. In othere words, if the tissue specific deviation field is populated, then I want that record. If not, I want the null record.
Thanks
Region Tissue Compare Category TissueOverallDispositionText DonorTracCaseID StatTracId TissueSpecificDeviationValue
Southeast Bone Recovered Donor 35951 5651464
Southeast Bone Recovered Donor 35951 5651464 Discarded by processor due to + serology
I need to know if there is a formula or function that seaches a given field and returns the individual results based on that field. In othere words, if the tissue specific deviation field is populated, then I want that record. If not, I want the null record.
Thanks