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?
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?