Calculating Txtbox based on value of 2nd txtbox

donsi

Registered User.
Local time
Today, 05:59
Joined
Sep 1, 2016
Messages
73
On my report, I have two txtboxes which are not part of the query (control source are the expression which pulls record from other fields). Now I want to add txtbox2 based on the value of txtbox1 for all the records.

i tried below expression but it is asking for parameters since textboxes are not linked to query or not part of the query

=Sum(IIf([NetStatus]="Pending",[AccessTotalsAmount],0))

Please see below attached example of the report I would like to produce.

Please let me know how can this be achieved.

attachment.php
 

Attachments

  • rptbanks.PNG
    rptbanks.PNG
    33 KB · Views: 321
The EASIEST way is put it in the query.
Then just connect the textbox to the result.
 

Users who are viewing this thread

Back
Top Bottom