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

    Invalid use of null

    I use this to calculate total sum of column in list box: Private Sub Command13_Click() Me!List11.Requery Dim listrs As Integer Dim listsum As Integer listrs = Me![List11].ListCount Do listsum = listsum + Me![List11].Column(2, x) x = x + 1 Loop Until x = listrs Me![suma].Value = listsum End...

Part and Inventory Search

Back
Top