Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Diplodok

  1. Diplodok

    Public variable not passing to report field

    Thank You. I finally use a function to get public variables value. Thank you again? Gammachaser
  2. Diplodok

    Public variable not passing to report field

    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...
  3. Diplodok

    Public variable not passing to report field

    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...

Part and Inventory Search

Back
Top