View Full Version : Scrolled form


SKP626
04-26-2000, 07:57 AM
I have a form where not all the fields fit in the window, the scroll bar allows you to get to all the fields. If I tab through the fields the window automatically scrolls down ... great. But when I keep tabbing, and it moves to the next record, Access doesn't clean up the old fields and my window now contains garbage. I have Access 2000. The problem is easy to duplicate, but how do I fix it? I tried doing a repaint when entering the first field, but it doesn't help.

jaydlewis
04-26-2000, 03:05 PM
Forms have a Cycle property; consult Help; post back if you still need more assistance.

SKP626
04-27-2000, 04:47 AM
The TAB key works like I want it to, the Cycle is fine. My problem is that the display is messed up everytime the screen scrolls back to the top. White boxes are left where there were fields or buttons appear twice.