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
 
Back
Top