M
mygroup
Hello Folks,
I have one Access application linked with SQL Server. There are few
forms loaded with lots of subforms and comboboxes. It takes 1 minute
or more to completely load one form. Is there any way I can optimize
these forms? There are some comboboxes which contains the same
information. Is there any way, I can store the values and then copy it
and use it for other comboboxes to populate? This way I might save the
time to fetch records from db. I fetched data in rst object and wrote
combobox1.Recordset = rst.Clone
but it does not seem working. Does anybody have any solid solution or
example?
Thanks.
I have one Access application linked with SQL Server. There are few
forms loaded with lots of subforms and comboboxes. It takes 1 minute
or more to completely load one form. Is there any way I can optimize
these forms? There are some comboboxes which contains the same
information. Is there any way, I can store the values and then copy it
and use it for other comboboxes to populate? This way I might save the
time to fetch records from db. I fetched data in rst object and wrote
combobox1.Recordset = rst.Clone
but it does not seem working. Does anybody have any solid solution or
example?
Thanks.