I have a form with 11 tabbed pages, each with it's own chart where data is derived from individual SQLs. Problem is that all 11 charts are loaded/activated/drawn or whatever, every time the form opens or update events I've created to change the charts' data occur. Needless to say, this takes a couple of seconds and is distracting to users. Is there a way to prevent all but one of these charts from loading/activating/drawing? I list these verbs together because I cannot determine what event is occurring that causes the time delay. It's not any one of the above mentioned (nor is it the SQLs) because I have tried trapping them in code to no avail. I assume it has something to do with OLE activation, but not sure exactly what.