Hi All,
I'm having a problem with Query Criteria in MS Access 2002.
I am running a billing report and I want the report to exclude several clients. Currently If I leave 1 client name in the criteria field, the query runs great and excludes the client from the report
My Client name Criteria field looks like this:
<>"123 Company"
I would like to exclude 3 other companies, but when I put multiple client names in the same field, the filter does not work and when I add them to the OR criteria fields, the query takes 10 - 15 minutes to run and usually freezes.
Here is what I tired, but had no luck with
Criteria: <>"123 Company", "456 Company", "789 Company"
Criteria: <>("123 Company", "456 Company", "789 Company")
Criteria: <>"123 Company", <>"456 Company", <>"789 Company"
I've also tried...
Criteria: <>"123 Company>
OR:<>"456 Company"
Can anyone shed some light on this?
Thanks,
Jon.
I'm having a problem with Query Criteria in MS Access 2002.
I am running a billing report and I want the report to exclude several clients. Currently If I leave 1 client name in the criteria field, the query runs great and excludes the client from the report
My Client name Criteria field looks like this:
<>"123 Company"
I would like to exclude 3 other companies, but when I put multiple client names in the same field, the filter does not work and when I add them to the OR criteria fields, the query takes 10 - 15 minutes to run and usually freezes.
Here is what I tired, but had no luck with
Criteria: <>"123 Company", "456 Company", "789 Company"
Criteria: <>("123 Company", "456 Company", "789 Company")
Criteria: <>"123 Company", <>"456 Company", <>"789 Company"
I've also tried...
Criteria: <>"123 Company>
OR:<>"456 Company"
Can anyone shed some light on this?
Thanks,
Jon.