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.
 

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