G gallagher New member Local time Today, 22:44 Joined Apr 9, 2001 Messages 5 Dec 12, 2001 #1 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
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
S saintsman Registered User. Local time Today, 22:44 Joined Oct 12, 2001 Messages 138 Dec 12, 2001 #2 Try compacting the database
G gallagher New member Local time Today, 22:44 Joined Apr 9, 2001 Messages 5 Dec 14, 2001 #3 I currently compact the database everytime I close it. Do you have any other suggestions?
R Rich Guest Dec 14, 2001 #4 You could of course open it as hidden when the db opens just toggle the visibility on demand.
G gallagher New member Local time Today, 22:44 Joined Apr 9, 2001 Messages 5 Dec 18, 2001 #5 Could you please explain what you mean by visibility on demand, I am now aware of such an option. Thanks Darren
Could you please explain what you mean by visibility on demand, I am now aware of such an option. Thanks Darren
R Rich Guest Dec 18, 2001 #6 On the on click event for say a command button Forms!SomeFormName.Visible = True