Question : Access XP Form

I have 6 graphs on an Access form.  I added a new one between the first and second.  When I open the form, the graphs load in the order that they were created and not in the order that they appear on the form.  The new one doesn't show up until the other 6 have loaded.  Can this be fixed?

Answer : Access XP Form

Some thoughts.

<brain_dump>
1. You could write some code to cycle through the controls on the form and Debug.Print their names, say, and see if that's the order that you're currently experiencing.  It would give you a confirmation that the load is dealing with the controls in a specific order.
2. Create a second form as a scratchpad.  Cut each graph from the original form and paste it on to the scratchpad form.  Then cut and paste them back on to the correct form in the order you want.
3. Try changing the tab order.
4. Turn off Form Repainting for a couple of seconds while it's loading then turn it back on again.
</brain_dump>

Let us know what works.


Random Solutions  
 
programming4us programming4us