Cursor / Fetch in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you perform a cursor / fetch in access? I think I would like to put it
into a VBA procedure and am not sure how to do it. Does anyone have any
sample code?
Thanks
AJ
 
On Sun, 18 Nov 2007 06:38:01 -0800, AJ <[email protected]>
wrote:

I'm not sure if I understand you correctly. If you mean: what's the
equivalent of using a cursor in T-SQL, the answer is the DAO.Recordset
object.

-Tom.
 
Back
Top