Keeping cursor on screen

R

Rocky

I have created a form for data entry which is larger than the computer
screen. How do I get the form to move automatically so that the "focused"
control is always visible?
 
R

Rick B

I would suggest you format it to fit on your screen. Use tabs or modals.
It is not typically a good idea to create a user interface that does not fit
on the screen.
 
Top