Recordset position

S

Steven

1) I have a form with a subform. In the GotFocus of an
object in the subform I start with the code:

Dim rs as Recordset
Set rs = Me.RecordSetClone

What I want to do is tell the sequential number of the
record I am on in the record set. ie 1st record ; 2nd
record ; 3rd record etc. in that recordset. Can I do this?

Thank you for your help.

Steven
 

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

Similar Threads


Top