Hi, this may have an answer not even pertaining to the scroll feature.
I have a mainform1A (user Info) with a subform1A (Details)in it. The problem is that when the form is opened the main form has the focus but is rarely updated. The subform is where 99.9999% of all editing/entries are made.
If say a (new) user opens the form it is very easy to hit the scroll button on the mouse and inadvertantly be in the wrong place (very bad!!).
I created a small Selectform1A with a dropdown box to select a user to open and filter mainform1A, this did not really get me anywhere although, I felt like I was on the right track.
Q1. Is there a way to set the focus to the subform when opened? This answer will help but if the user sets focus to the mainform again I'm at square 1.
Q2. Is there a way to disable the scroll feature on a mainform and leave it enabled on the subform?
Q3. Is there a way to lock the mainform so that you cannot leave the current record and have subform be in full edit mode.
I have a mainform1A (user Info) with a subform1A (Details)in it. The problem is that when the form is opened the main form has the focus but is rarely updated. The subform is where 99.9999% of all editing/entries are made.
If say a (new) user opens the form it is very easy to hit the scroll button on the mouse and inadvertantly be in the wrong place (very bad!!).
I created a small Selectform1A with a dropdown box to select a user to open and filter mainform1A, this did not really get me anywhere although, I felt like I was on the right track.
Q1. Is there a way to set the focus to the subform when opened? This answer will help but if the user sets focus to the mainform again I'm at square 1.
Q2. Is there a way to disable the scroll feature on a mainform and leave it enabled on the subform?
Q3. Is there a way to lock the mainform so that you cannot leave the current record and have subform be in full edit mode.