Hi!
Im collection multiple, specific, values in a table. (Not the entire table.) using a for next loop in VBA
Which is faster?
Using .seek to find the key of the item im searching for and then reading in the data,
or doing a new openrecordset with a changed sql statement for every loop of the loop?
Im collection multiple, specific, values in a table. (Not the entire table.) using a for next loop in VBA
Which is faster?
Using .seek to find the key of the item im searching for and then reading in the data,
or doing a new openrecordset with a changed sql statement for every loop of the loop?