I have a report capturing transactions by account (many transactions per account). The group footer is a subtotal by account. I want to compare each subtotal to the budget for the account. The budget is in a different database file and has only one record per account. If I put the budget in the detail lines, it repeats for each transaction. Even if I don't put it in the detail lines and just put it in the group footer it still multiplies the budget times the number of records retrieved for each account. How can I put the budget in the group footer and just get the single record?
Thanks in advance and my apologies if this has already been asked and answered--I did check where I could.
Thanks in advance and my apologies if this has already been asked and answered--I did check where I could.