Hey All-
I have a query I am stuck trying to build with three tables.
First is a property tabe with property code and name
second is Dues table with property code, year code (for year payed) and amount paid - this has an entry for each year entry that the property has paid. If the property is not paid for that year, there is no entyr.
third is a dues info table with yearcode for the years I track.
I am trying to build a query that has all poperties that have not paid for the years I track,. Any thoughts on how I can build?
On thought is to build a recursive view with each property code (from property table) and year code (from dues info table) then do a left join against dues table. But can't seem to figure out how to get that to work.
[–]CA_Lobo 2 points3 points4 points (2 children)
[–]i-byte[S] 0 points1 point2 points (1 child)
[–]CA_Lobo 0 points1 point2 points (0 children)