Form Form View from Design View

gsrajan

Registered User.
Local time
Today, 03:08
Joined
Apr 22, 2014
Messages
227
I have a split database. It takes very long time to go from form design view to form view. I did compact the database also. File size is only 2 MB. Any help is appreciated.

Thank you.
 
Does it take long to open the form directly from the db window.
 
Yes, you are correct. Once I do the changes in design, click on form view, it takes long time.

Thank you,
 
Does the form have many sub form, list boxes and/or combo boxes.
 
No, two combo and one list box. No subform
 
I would suggest saving the form with no record source and without any row source setting for the list box and combo box. Put some code in the forms On Open event to set these properties.
 

Users who are viewing this thread

Back
Top Bottom