Access 2000/InventoryControl.  How do I make the summary also reflect donated units?
	
	
		I added a field for donated items in the Products Subform.  I would like that total to be reflected in the summary report.  I tried entering the following expression in an unbound box: 
=Sum([Inventory Transactions]![UnitsReceived])-Sum([Inventory Transactions]![UnitsSold])-Sum([Inventory Transactions]![UnitsShrinkage])-Sum([Inventory Transactions]![UnitsDonated])-Sum([Inventory Transactions]![UnitsGivenAway])
When I try to run the report, I receive a box titled "Enter Parameter Value" and a field titled "Inventory Transactions!UnitsReceived"
I am new to databases.  Please help!