G
Guest
I have a resolution "type" field with 6 or 7 types.
I only want to show 3 on a report. I have this field in the query:
ResolutionFilter:=IIf([qryMediatorEvaluation]![ResolutionID]="Resolved Some
Issues","ResolutionID","") OR IIf([qryMediatorEvaluation]![ResolutionID]="No
Resolution","ResolutionID"," ") OR
IIf([qryMediatorEvaluation]![ResolutionID]="Full
Resolution","ResolutionID","")
It doesn't filter the field in data sheet view. I see all the records not
just those with the 3 types.
tia,
I only want to show 3 on a report. I have this field in the query:
ResolutionFilter:=IIf([qryMediatorEvaluation]![ResolutionID]="Resolved Some
Issues","ResolutionID","") OR IIf([qryMediatorEvaluation]![ResolutionID]="No
Resolution","ResolutionID"," ") OR
IIf([qryMediatorEvaluation]![ResolutionID]="Full
Resolution","ResolutionID","")
It doesn't filter the field in data sheet view. I see all the records not
just those with the 3 types.
tia,