I have a table with fields Item01, Item02,..., Item35<br>The code creates a dynamic array fld(j).<br>I need to have a loop that refers to 'Item##' to copy the array in it, i.e.:<br> For I = 0 to k<br> [Item(I)] = fld(I)<br> Next I<br>I do not know how to write the expression for the field name to increment and have VB recognize it as a field name.<br><br>Any help is appreciated.<br>Thanks.<br>Shar<br><br><br>