How to transfer control value backward?
I have a report with a control that is a calculated field. Lets call this field "b"
I want to use the value of "b" in the next record for another control. Lets call this field "c"
I want to assign c = b
(Note that there are about 10 calculations done on the first report and finally the value of "b" is calculated. When the user clicks on the Next record navigator button on the bottom, this value of "b" needs to be copied over to another control called "c")
I do not know how to do this. Can anyone help me please?
I have a report with a control that is a calculated field. Lets call this field "b"
I want to use the value of "b" in the next record for another control. Lets call this field "c"
I want to assign c = b
(Note that there are about 10 calculations done on the first report and finally the value of "b" is calculated. When the user clicks on the Next record navigator button on the bottom, this value of "b" needs to be copied over to another control called "c")
I do not know how to do this. Can anyone help me please?
Last edited: