rudeboymcc
Registered User.
- Local time
- Today, 09:14
- Joined
- Sep 9, 2008
- Messages
- 69
Hi. I have a split form based on a pass through query with only 400 records. The form however has loads of controls (about 20).
The passthrough query opens in less than a second, but the form takes nearly 6. this is too long as it's the main form of the program.
Trying to find out what's taking so long, i put some messages in different parts of the vba code and found that before the form_open event, there is at least a 2 second wait.
What could this be?
the button to open the form is the standard switchboard so there's nothing else happening before the docmd.openform code.
EDIT: Using ACcess 2007 SP2 on Vista SP2 with SQL Express 2008 as backend
The passthrough query opens in less than a second, but the form takes nearly 6. this is too long as it's the main form of the program.
Trying to find out what's taking so long, i put some messages in different parts of the vba code and found that before the form_open event, there is at least a 2 second wait.
What could this be?
the button to open the form is the standard switchboard so there's nothing else happening before the docmd.openform code.
EDIT: Using ACcess 2007 SP2 on Vista SP2 with SQL Express 2008 as backend