I currently have a form that contains 2 combo boxes, 1 to select a Director and another to select a Month. This will display their respective projections for that particular month. From here I need to create a report so that when a director selects 'Preview Projections', the report will display 4 months worth of projections. The headings I have for a grid-like report are:
Project, Client, Company, PreviousMonthsFee, CurrentMonthsFee, NextMonthsFee, Next2MonthsFee
I have a query in the report properties to only display the director selected in the form as well as the selected date. I am stumped as to how to bring in the Fee for the other months. Any help would be greatly appreciated.
Project, Client, Company, PreviousMonthsFee, CurrentMonthsFee, NextMonthsFee, Next2MonthsFee
I have a query in the report properties to only display the director selected in the form as well as the selected date. I am stumped as to how to bring in the Fee for the other months. Any help would be greatly appreciated.