I don't understand? I'm creating a financial report that includes current data as well as year to date data. I have a qGetActual and qGetBudget that pulls from a table and also includes calculated expressions. I then created qGetBudgetvsActual to combine the previous queries, [Enter Last Date of Month] and [Enter Plate Type For Cell]. This query limits records to date entered and all records previous to date entered for YTD. (Ex. If date entered is 03/31/05, query pulls 01/31/05,02/28/05 and 03/31/05.) This works fine for current month data. I then created qGetBudgetvsActualYTD utilizing qGetActual, qGetBudget and qGetBudgetvsActual to create YTD totals. My main report is working fine (qGetActualvsBudget) and my subreport is working fine (qGetActualvsBudgetYTD) except the user is prompted 3 times for date and plate. Suggestions?