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