There is a client table that contains client_code, client_name and client_status. There is also a matter table which contains matter_code, matter_name and matter_status. The two tables are linked through the field client_uno. The status field contains values such as CL for closed, op for open, ot for open for time, etc...) I need to show a list of clients that are not closed, but
all the matters for the client are closed except matter_code 00801 (if that matter exists for that client). Any advice on how best to do this?
all the matters for the client are closed except matter_code 00801 (if that matter exists for that client). Any advice on how best to do this?