Cannot assign value to unbound control on the report footer (1 Viewer)

JohnPapa

Registered User.
Local time
Today, 09:29
Joined
Aug 15, 2010
Messages
954
When running a report I make some calculations and I end up with a value that I want to place in an unbound control on the report footer.

The value does not appear on the report footer.

I tried using the On Print event and On Format event of the footer, but to no avail.
 

JohnPapa

Registered User.
Local time
Today, 09:29
Joined
Aug 15, 2010
Messages
954
I tried to use something like

Code:
me!NameOfUnboundControl = CalculatedValue

BTW, CalculatedValue has the correct value.
 

June7

AWF VIP
Local time
Yesterday, 22:29
Joined
Mar 9, 2014
Messages
5,471
Interesting, I just tried this and works.

Textbox can call a function that returns a value.

How is CalculatedValue populated?
 
Last edited:

Users who are viewing this thread

Top Bottom