|
-
Nov 1st, 2005, 06:52 AM
#1
Thread Starter
Hyperactive Member
Access Subreports
I have a main report with three subreports (JANSUB, FEBSUB, MARCHSUB) They all have a textbox on the report that calculates a sum of costs (ex of txtJan is =SUM(COST) ) I have a total of $10,000 on my main report and I want a text box that minuses. I want it to take $10,000 (a given value) minus txtJan, minus txtFeb, minus txtMarch.
So how do I get my textbox to minus original txtValue-txtJan-txtFeb-txtMarch?? Thanks!
Last edited by vonoventwin; Nov 1st, 2005 at 07:54 AM.
-
Nov 1st, 2005, 08:29 AM
#2
Re: Access Subreports
 Originally Posted by vonoventwin
I have a main report with three subreports (JANSUB, FEBSUB, MARCHSUB) They all have a textbox on the report that calculates a sum of costs (ex of txtJan is =SUM(COST) ) I have a total of $10,000 on my main report and I want a text box that minuses. I want it to take $10,000 (a given value) minus txtJan, minus txtFeb, minus txtMarch.
So how do I get my textbox to minus original txtValue-txtJan-txtFeb-txtMarch?? Thanks!
txtValue-JANSUB.report.txtJan-FEBSUB.report.txtFeb-MARCHSUB.report.txtMarch... and so on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|