Hello AT Family
Table: Properties (is our base table with all of our info)
- Table: Mortgage
- has all mortgage info pertaining to each property in Properties Table
- The main statuses in this table is "Yes, No, Refinancing"
- Note: some properties in this table have had two mortgages, which means to two lenders at one point, which means two status, "Yes and No"
- Table: Insurance
- I need ONLY the lenders from the "Yes" status in the Mortgage Table to be looked up in this table
The problem I'm having is it's pulling the both lenders with "Yes and No" status.
How do I make it only pull the Yes lenders?
When I filter to show ONLY Yes, it doesn't show anything because the property may have a Yes and No status.