J
Jim
I am looking to carry a grid of various types of
information in a single variable. The grid is 3 rows by
six columns. I seem to have "dim"d the array OK (at least
VB doesn't bark at me)...
Dim matls(1 To 3, 1 To 6) As Variant
....but I cannot seem to populate its individual rows with
the six pieces of data that need to go there. Help in
Access seems limited to one-row arrays. Anyplace I can go
to see an example?
Thanks!
information in a single variable. The grid is 3 rows by
six columns. I seem to have "dim"d the array OK (at least
VB doesn't bark at me)...
Dim matls(1 To 3, 1 To 6) As Variant
....but I cannot seem to populate its individual rows with
the six pieces of data that need to go there. Help in
Access seems limited to one-row arrays. Anyplace I can go
to see an example?
Thanks!