No, tts is not constant, naturally.
I give this example to describe problem only.
As a matter of fact, there are 5-7 unbound fields in my real report.
All those fields have to show some portion of statistic information.
All info calculated on Report_open
(I think, you do not needed full...
Hello.
I have MS Access report created with one unbound field which
Source data = [tts]
Then I create next VBA code in that Report module:
**************************************
Option Compare Database
Public tts
Private Sub Report_Open(Cancel As Integer)
tts = 20
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.