G
gcjvanbeek
For my application in Access I have to put Values from a Table or Form
into an Array.
I am looking for a method to use a for next loop, something like this
:
For I= 1 to RecordCount (My Table)
MyArray (I)= MyTableValue (Record (I))
Next I
My problem is how to determen the recordcount.
BDW Putting values in an Array is no problem for me.
I need this functionality urgently.
Gerard van Beek
into an Array.
I am looking for a method to use a for next loop, something like this
:
For I= 1 to RecordCount (My Table)
MyArray (I)= MyTableValue (Record (I))
Next I
My problem is how to determen the recordcount.
BDW Putting values in an Array is no problem for me.
I need this functionality urgently.
Gerard van Beek