Cursor / Fetch in Access

A

AJ

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
 
T

Tom van Stiphout

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