In the detailsection of a report I calculate the values of anunbound textbox. (On Detail_format)
The unbound textbox is named : Tegoed.
I want to set the runningsum for this textbox via the properties of Tegoed. I choosed running sum over group. That does not work.
I tried to do it in an other way by defining in the "On open report Name" the code : reports!rptTegoed!Tegoed.runningSum = 1. Running this code gives me an error 2465 "Can't find the field 'Tegoed'"
What can I do to solve this problem?
Thanks in advance Apestaart
The unbound textbox is named : Tegoed.
I want to set the runningsum for this textbox via the properties of Tegoed. I choosed running sum over group. That does not work.
I tried to do it in an other way by defining in the "On open report Name" the code : reports!rptTegoed!Tegoed.runningSum = 1. Running this code gives me an error 2465 "Can't find the field 'Tegoed'"
What can I do to solve this problem?
Thanks in advance Apestaart