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!

Recent content by stevie1under

  1. stevie1under

    Do Until Loop

    Thanks very much ... that helped me figure out a coupld of things!
  2. stevie1under

    Do Until Loop

    hey, i have the following code that won't loop ... anyone see the problem? Private Sub Form_Current() Dim rSt As DAO.Recordset Set rSt = Me.Recordset Dim int2Count As Integer int2Count = rSt.RecordCount If int2Count = 0 Then Exit Sub rSt.MoveFirst...

Part and Inventory Search

Back
Top