The "good" way to use .Recordset

  • Thread starter Thread starter H. Martins
  • Start date Start date
H

H. Martins

I have done sore database editing using

Dim rs As DAO.Recordset
....
Set rs = DBEngine(0)(0).OpenRecordset(strSelect)
....


but I have also used some different methods, ie, some different
resources. I got used to this one just because I had some more
unsolved difficulties with the other alternative ways I tried.

I would jut like to know if the above is a acceptable way of doing
thing, if it is not, eventually, some obsolete method.

Thanks

H. Martins
 

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

Back
Top