Joe8915
Registered User.
- Local time
- Today, 12:42
- Joined
- Sep 9, 2002
- Messages
- 820
I have a report to which I am trying subtract 2 text boxes (TotalRec and subtotal)
In my Detail
I have a text box with the following in my control Source:
Name: TotalRec
=IIf([Copy Of QryContract Aging Report subreport].[Report].[HasData],[Copy Of QryContract Aging Report subreport].[Report]![TotalCount],0)
In my Footer
I have a text box with the following in my Control Source:
Name: subtotal
=Sum([CountOfID])
How would I substract my TotalRec from subtotal
I have tried several different ways with no results
 In my Detail
I have a text box with the following in my control Source:
Name: TotalRec
=IIf([Copy Of QryContract Aging Report subreport].[Report].[HasData],[Copy Of QryContract Aging Report subreport].[Report]![TotalCount],0)
In my Footer
I have a text box with the following in my Control Source:
Name: subtotal
=Sum([CountOfID])
How would I substract my TotalRec from subtotal
I have tried several different ways with no results
 
	 
 
		 
 
		