X
xRoachx
I've seen multiple posts on methods used to add values to a combo box. The
two ways I've seen have both used recordsets, but one way used SQL (INSERT
INTO) and the other used recordset methods (rs.AddNew, rs.Update).
Is it better, that is, is it more efficient, to use SQL rather than the
recordset methods, or is this simply a coding preference?
Thx in advance!
two ways I've seen have both used recordsets, but one way used SQL (INSERT
INTO) and the other used recordset methods (rs.AddNew, rs.Update).
Is it better, that is, is it more efficient, to use SQL rather than the
recordset methods, or is this simply a coding preference?
Thx in advance!