C
clk
I am working with a SQL tables linked into Access. I have no control over set up of the table. I need to run a report limiting the data. What I want to accomplish:
Fields in table: Client Number, Client Name, Case Type
Filter Field: Case Type (wc, ss, pi, auto, etc.)
I need to filter all the records where a client has a WC AND a SS case in the system. I can filter WC or SS but that is not what I need. I have tried running separate queries, AND in the filter row.
Any help is appreciated.
Fields in table: Client Number, Client Name, Case Type
Filter Field: Case Type (wc, ss, pi, auto, etc.)
I need to filter all the records where a client has a WC AND a SS case in the system. I can filter WC or SS but that is not what I need. I have tried running separate queries, AND in the filter row.
Any help is appreciated.