View Full Version : Improving the speed of Tabbed Forms


gallagher
12-11-2001, 09:28 PM
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

saintsman
12-11-2001, 10:53 PM
Try compacting the database

gallagher
12-13-2001, 09:27 PM
I currently compact the database everytime I close it. Do you have any other suggestions?

Rich
12-13-2001, 10:44 PM
You could of course open it as hidden when the db opens just toggle the visibility on demand.

gallagher
12-17-2001, 07:20 PM
Could you please explain what you mean by visibility on demand, I am now aware of such an option.

Thanks Darren

Rich
12-18-2001, 02:46 AM
On the on click event for say a command button
Forms!SomeFormName.Visible = True