This is what I got
SELECT Outbound.[Call No], Outbound.Date, Outbound.Campaign, Outbound.CSR,
Outbound.[Call Type], Outbound.[Card Type], Outbound.[Card No], Outbound.
[Customer Name], Outbound.[Customer Address], Outbound.City, Outbound.
[Customer Ph], Outbound.[Customer Cell], Outbound.Response, Outbound.[Sub
FollowUp], Outbound.[Sub NotInterested], Outbound.AppointmentDate, Outbound.
[Diverted to], Outbound.[Call Back], Outbound.Comments, Outbound.[Other
Comments]
FROM Outbound
GROUP BY Outbound.[Call No], Outbound.Date, Outbound.Campaign, Outbound.CSR,
Outbound.[Call Type], Outbound.[Card Type], Outbound.[Card No], Outbound.
[Customer Name], Outbound.[Customer Address], Outbound.City, Outbound.
[Customer Ph], Outbound.[Customer Cell], Outbound.Response, Outbound.[Sub
FollowUp], Outbound.[Sub NotInterested], Outbound.AppointmentDate, Outbound.
[Diverted to], Outbound.[Call Back], Outbound.Comments, Outbound.[Other
Comments]
HAVING (((Outbound.CSR)=[Forms]![Outbound Test]![F_CSR]) AND ((Outbound.[Call
Type])=[Forms]![Outbound Test]![F_CallType]));
>Thanks its working now but what should I do to clear any combo box so i can
>get nonfiltered data in the query, and also it does not show any result
[quoted text clipped - 5 lines]
>>> >>
>>> >> I believe I have managed to explain what I want. Anyhelp would be appreciated.
Search around for threads. I have seen messages before that answers this but
I can't remember what it is.
It might be better to start a new thread if you can't find the answer.
> Thanks its working now but what should I do to clear any combo box so i can
> get nonfiltered data in the query, and also it does not show any result
[quoted text clipped - 11 lines]
> >> >>
> >> >> I believe I have managed to explain what I want. Anyhelp would be appreciated.