Binkley Posted April 18, 2008 Share Posted April 18, 2008 Hey all, ok - here's the setup: First table: Grants Second table: Proposals Third table: ProposedBudgetPeriods Grants is the main table, which contain Proposals, which contain ProposedBudgetPeriods. There can be many proposals per grant, and I need to run a report showing only the most recently entered ProposalTotal (calculated from PropLineItems) Currently, I calc the max date in the related records from Proposals, and that works great. So the question is: How do I lookup (and populate) a field for "lastProposalTotal" where the SubDate is equal to the MaxDate. Ultimately, I need to run a report that shows only the values from the most recent submissions, while still retaining the ability to track the historical data for the subs. --- Link to comment Share on other sites More sharing options...
Binkley Posted April 18, 2008 Author Share Posted April 18, 2008 Whoops - nevermind. Just figured it out with a complex relationship Opps! Link to comment Share on other sites More sharing options...
Recommended Posts