A
Albert
Does anybody knows the easiest way to populate a table
from an array.
In a form I define an array 300 x 4
DIM vArray(300,4) as Double
Then in the code a assigned values to it.
I want to see the results in a table.
Is there a way to Append From Array to a table?
from an array.
In a form I define an array 300 x 4
DIM vArray(300,4) as Double
Then in the code a assigned values to it.
I want to see the results in a table.
Is there a way to Append From Array to a table?