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

JohnPapa

Registered User.
Local time
Today, 20:13
Joined
Aug 15, 2010
Messages
1,036
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.
 
I tried to use something like

Code:
me!NameOfUnboundControl = CalculatedValue

BTW, CalculatedValue has the correct value.
 
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

Back
Top Bottom