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

    how to sum up the 2 records field

    If i have 2 records match the statment i set in the code, how to write code to make 2 records (have a total field in the record)sum up together?
  2. cheeryki

    VBA error

    When i try to run this program, a error shown i haven't set object variable or with block variable. Does anyone know what's problem of the following VB code? Private Sub Command8_Click() Dim cnn As ADODB.Connection Dim rst As ADODB.Recordset Set cnn = CurrentProject.Connection rst.Open...

Part and Inventory Search

Back
Top