Is rs.MoveFirst implicit in Access VBA? -


i have code loops through columns of recordset, rs. code seems work identically if include rs.movefirst or not.

is .movefirst implicitly included if don't explicitly include it, or there subtle difference i'm missing?

from msdn:

when open recordset, first record current , bof property false. if recordset contains no records, bof property true, , there no current record.

if first or last record current when use movefirst or movelast, current record doesn't change.

based on this, can see movefirst redundant in scenario have non-zero number of records in recordset.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -