Hi,
I haven’t seen this question posted before so I hope someone can help me.
I would like to know if there is a way to control the value that is passed to a Bound Control.
I am doing time calculations and when a value that is UP to 8 pass the 8 to one Bound Control and anything over would pass to another Bound Control. i.e. if the value being passed is between .25 and 8 it would go to BoundControl1. If the value being passed is 8.25 or higher then BoundControl1 would recieve the 8 and BoundControl2 would recieve everything above the 8, in this example, .25?
If this can be done, could someone please help me with this.
Thanks in advance.