This post is related to thread705-612488.
This is what I want to do.
1. Delete a record.
2. Requery the form. This shows the first record of the set.
3. Go to the record after the one I just deleted to continue viewing records.
e.g. I delete Smith, John (record number 97 lets say). After the form is requeried, I want to view Smyth, John, the record that previously immediately followed Smith, John.
I do not think I can use RecordsetClone and bookmarks because I am deleting the reference record.
How can I do this?
This is what I want to do.
1. Delete a record.
2. Requery the form. This shows the first record of the set.
3. Go to the record after the one I just deleted to continue viewing records.
e.g. I delete Smith, John (record number 97 lets say). After the form is requeried, I want to view Smyth, John, the record that previously immediately followed Smith, John.
I do not think I can use RecordsetClone and bookmarks because I am deleting the reference record.
How can I do this?