Improving the speed of Tabbed Forms

gallagher

New member
Local time
Today, 12:42
Joined
Apr 9, 2001
Messages
5
Does anyone know how to improve the speed of loading a tabbed form. I have a form with about 10 tabs and a number of sub-forms and want to improve the speed at which it loads.

Regards

Darren
 
I currently compact the database everytime I close it. Do you have any other suggestions?
 
You could of course open it as hidden when the db opens just toggle the visibility on demand.
 
Could you please explain what you mean by visibility on demand, I am now aware of such an option.

Thanks Darren
 
On the on click event for say a command button
Forms!SomeFormName.Visible = True
 

Users who are viewing this thread

Back
Top Bottom