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!

Search results for query: *

  • Users: Diplodok
  • Content: Threads
  • Order by date
  1. 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