K
Katherine R
My forms are taking forever to open in my database. It is taking 30 – 40
seconds to open a form from the database switchboard. I found a previous
posting suggesting establishing a persistent connection to the back-end from
each of the front-end workstations to speed performance. After following the
suggestion, it is still taking 30 – 40 seconds to open a form on the first
attempt. However, if I close the form and then reopen it, it is taking only
a second or two the second, third, fourth, and etc., attempt. This is a huge
improvement, but I expected the form to open more quickly on the first
attempt. Could I have possibly left a step out? This is what I did:
1) I created a dummy table in the back-end file and put one record in it; 2)
I created a form (frmKeepOpen) based on the dummy table in the front-end; 3)
I added the following line of code the switchboards OnOpen event -
DoCmd.OpenForm "frmKeepOpen", acNormal, , , , acHidden
What I would like is for the forms to open just as quickly on the first
attempt immediately after opening the db instead of on just the second and
subsequent attempts. (Thirty seconds seems like an awful long time.)
By the way, I am working in Access 2003.
seconds to open a form from the database switchboard. I found a previous
posting suggesting establishing a persistent connection to the back-end from
each of the front-end workstations to speed performance. After following the
suggestion, it is still taking 30 – 40 seconds to open a form on the first
attempt. However, if I close the form and then reopen it, it is taking only
a second or two the second, third, fourth, and etc., attempt. This is a huge
improvement, but I expected the form to open more quickly on the first
attempt. Could I have possibly left a step out? This is what I did:
1) I created a dummy table in the back-end file and put one record in it; 2)
I created a form (frmKeepOpen) based on the dummy table in the front-end; 3)
I added the following line of code the switchboards OnOpen event -
DoCmd.OpenForm "frmKeepOpen", acNormal, , , , acHidden
What I would like is for the forms to open just as quickly on the first
attempt immediately after opening the db instead of on just the second and
subsequent attempts. (Thirty seconds seems like an awful long time.)
By the way, I am working in Access 2003.