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.