NotInList Question

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top