If this is Access 2003 on Windows XP, and the problem persists even if you
comment out the code in the form's Current event, see:
Flicker with tab controls
at:
http://allenbrowne.com/ser-46.html
If the problem is just while Form_Current is running, you might be able to
avoid it by turning Echo off until the event completes.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> I'm using the TAB control and the onCurrent event to update the page info
> when a new record is selected. Tab 2 & 3 have a flicker problem. How can
> I
> stop it from refreshing when the mouse is moved around? thx