Hi, this is frustrating, and a little complicated, so I'll try and explain it as best I can..
I have a form with two sub forms.
The main form "fmMain" contains a list of species. the subform which is causeing me the problems lists loci specific to each species. The user can search by a species or locus and resrict the list accordingly.
Now, here is the problem. The form is too large for my screen, so I have some scroll bars on fmMain. However, whenever the user performs some kind of search the focus shifts to the subform (I guess), causing the screen to scroll to the middle. From here you can't see the species info, and after each navigation the user has to scroll back up again. It's frustrating having to continually scroll around the screen.
Is there anything that can be done to stop the focus shifting around? I'd rather that when the user performed some action the screen just simply didn't move.
Cheers - sorry for the monster post! (hope it all makes sense)
I have a form with two sub forms.
The main form "fmMain" contains a list of species. the subform which is causeing me the problems lists loci specific to each species. The user can search by a species or locus and resrict the list accordingly.
Now, here is the problem. The form is too large for my screen, so I have some scroll bars on fmMain. However, whenever the user performs some kind of search the focus shifts to the subform (I guess), causing the screen to scroll to the middle. From here you can't see the species info, and after each navigation the user has to scroll back up again. It's frustrating having to continually scroll around the screen.
Is there anything that can be done to stop the focus shifting around? I'd rather that when the user performed some action the screen just simply didn't move.
Cheers - sorry for the monster post! (hope it all makes sense)
Last edited: