I've thought long and hard about the best way to do this, and it all boils down to whether or not I can do what I need to do with LLBLGen.
table: Reports
field: Quarter
field: Year
table: Members
field: StartMonth
field: StartYear
I need all Reports whos Quarter & Year are greater than the Quarter & Year of the Member's start date. The problem is that the quarter is not calculated for the Member's start date (ie Quarter is not a field in the Members table).
Can that be done somehow?