Hi all,
so i am building a query to show all of the leases in all of the tracts that are set up in my db, being that there are many leases in each tract. however the desired output would be each lease record listed with the tract name repeating however many times it has to. that part is easy, the question that i have is that there is also a size field for the tract and i would like to only list it once for each unique tract record so for example
Lease Tract Size
1 1 5
2 1 null
3 1 null
4 2 7
5 2 null
where the size of tract only get's pull in to the results once and every record following for that tract is left blank, even though the size data is there for the tract. can this be done? Thanks for the help i know this post was pretty long.
so i am building a query to show all of the leases in all of the tracts that are set up in my db, being that there are many leases in each tract. however the desired output would be each lease record listed with the tract name repeating however many times it has to. that part is easy, the question that i have is that there is also a size field for the tract and i would like to only list it once for each unique tract record so for example
Lease Tract Size
1 1 5
2 1 null
3 1 null
4 2 7
5 2 null
where the size of tract only get's pull in to the results once and every record following for that tract is left blank, even though the size data is there for the tract. can this be done? Thanks for the help i know this post was pretty long.