Search results

  1. P

    Fill an array from a table

    Hi there, I need to fill an array with two field data from a table in access. This is my code: Function FillIndefArray() Dim dbSample As DAO.Database Dim rstSample As DAO.Recordset Dim intArrayCount As Integer Dim intArrayCount2 As Integer Dim aryTestArray() As Variant...
Top Bottom