Two simple things I'm having a hard time with. How can I have it so that the MouseWheel scrolls the current form as it would in Design Mode? As it stands, it scrolls through the records. I have managed to eliminate that by putting a Cancel = True in the form's MouseWheel event, but that still doesnt allow it to be used to scroll the page.
Secondly, when a user is inputting to a form and is using tab to switch controls, when they reach the end of the screen (the form is just one long page), how can I reset the view so that it appears at the top. As it stands, when they reach the last text field of that screen and press tab, it goes to the next textfield, but they are still at the bottom of the page. It's just minor, but little things like this make a database look more professional. Any suggestions are appreciated.
Secondly, when a user is inputting to a form and is using tab to switch controls, when they reach the end of the screen (the form is just one long page), how can I reset the view so that it appears at the top. As it stands, when they reach the last text field of that screen and press tab, it goes to the next textfield, but they are still at the bottom of the page. It's just minor, but little things like this make a database look more professional. Any suggestions are appreciated.