Hi ALL!
I have Access 2000 ADO project (backend MS SQL server 2K) with form in datasheet view based on stored view.
For some reasons I need know primary index of next and previous record related to current record.
I used RecordsetClone with MoveNext and MovePrevious methods. Solution works well...