Screen jumps when going from form to form

G

Gibson

When moving from form to form in a Accessdb2003 db the form as it is loading
or unloading seems to jump. The transition from one form to another is not
seemless. I'm using the following code to open and close forms.

stDocName = "frm2"
DoCmd.OpenForm stDocName, , , stLinkCriteria
stDocName = "frm1"
DoCmd.Close acForm, stDocName

The same jumping happens if I tab through controls on a form. When I leave a
control that has code behind the On Exit property the screen jumps or
jiggles. Is this a function of the computer speed?. I have plenty of RAM
and processor speed. (P4 @ 1.8 GHz and 512 MB of RAM). Is there anything
that can be done to make the transition from form to form less jumpy?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top