I have two tables that I need to get data from. One table has client information and billings for the last 10 years based on the billing attorney. The other table has client information and billings for the last 10 years based on the originating attorney. The same attorney can be in both tables for the same client since the attorney can be both the billing and originating attorney. I need one line per client showing the client information, attorney information and billings for the last 10 years, but they also want to know whether the attorney is
the billing attorney, originating attorney or both. Every statement I come up with duplicates the client since they are in both tables. Any advice would be appreciated.
the billing attorney, originating attorney or both. Every statement I come up with duplicates the client since they are in both tables. Any advice would be appreciated.