B
Brian
One form in an app of mine has 40+ bound controls. Splitting the table into
multiple tables & corresponding forms is not really an option because each
field really is necessary for a complete record.
The form loads rather slowly compared to most of the other forms, presumably
because of the number of bound controls. I have already gone through creating
a persistent connection to a form opened earlier in the application.
Would it help me out any here to load the control's RowSources in their
Enter events help me any here? If so, are there any pitfalls to avoid? Other
suggestions?
I could split the form into mutliple tabs, but I understand this is not
likely a move toward greater efficiency.
multiple tables & corresponding forms is not really an option because each
field really is necessary for a complete record.
The form loads rather slowly compared to most of the other forms, presumably
because of the number of bound controls. I have already gone through creating
a persistent connection to a form opened earlier in the application.
Would it help me out any here to load the control's RowSources in their
Enter events help me any here? If so, are there any pitfalls to avoid? Other
suggestions?
I could split the form into mutliple tabs, but I understand this is not
likely a move toward greater efficiency.