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 biv343 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: *

  1. tngourmet

    Problem populating array from SQL statement

    Zion7, Thanks. When calling my arrays I was only referencing them as a one-dimensional array and not two.
  2. tngourmet

    Problem populating array from SQL statement

    Thanks, but irregardless of cursor type, I'm still getting a record count of 0. The next few steps in the sub will be calling a loop of records from the array. str1 = arrAttc(1) str2 = arrAttc(2) etc. With no records being returned, I'm getting a "subscript out of range" error when...
  3. tngourmet

    Problem populating array from SQL statement

    I'm attemting to run a simple select statement and populate a named array. This is the code I am using. However, no records are returned (.RecordCount = 0) Dim arrAttc As Variant Dim adoConn As ADODB.Connection Dim rsSql As New ADODB.Recordset Set adoConn =...

Part and Inventory Search

Back
Top