I guess this is an SQL problem, but maybe it sounds familiar to somebody.
Im am using an endless form imbedded in a single record edit form to display all recordsets like a list. Both forms show the same recordsource, but are not linked, since this would limit the list to the current recordset; I want to see the whole recordsource there. The idea is, when the user clicks on an entry in the list the main form moves to that recordset - very simple.
I use multiple forms this way, e.g. for Parents and Children.
In some forms, the behavior is normal, you click on an entry, the other form is updated and the list entry is the the currentrecord.
The problem: In some of these forms, after clicking on an entry in the list form, the cursor jumps to very first record in the list. Even when you are some screens lower in the list, it will move to the uppermost entry, scrolling all the way up again.
Does this sound familiar to anybody? How can I stay in the currentrecordset where the user clicked? There is no code whatsoever implemented like Requery etc...
Thanks in advance!
waldemar
Im am using an endless form imbedded in a single record edit form to display all recordsets like a list. Both forms show the same recordsource, but are not linked, since this would limit the list to the current recordset; I want to see the whole recordsource there. The idea is, when the user clicks on an entry in the list the main form moves to that recordset - very simple.
I use multiple forms this way, e.g. for Parents and Children.
In some forms, the behavior is normal, you click on an entry, the other form is updated and the list entry is the the currentrecord.
The problem: In some of these forms, after clicking on an entry in the list form, the cursor jumps to very first record in the list. Even when you are some screens lower in the list, it will move to the uppermost entry, scrolling all the way up again.
Does this sound familiar to anybody? How can I stay in the currentrecordset where the user clicked? There is no code whatsoever implemented like Requery etc...
Thanks in advance!
waldemar