M
miss031
I read somewhere about loading the contents of a combo box as a user types.
In my app, I use combos for everything, to cut down on replication, because I
am expecting the amount of data to grow quickly. For example, the contact
information form has combos for first and last name, both drawn off a lookup
table of names, and stored in seperate tables for first name and last name,
each with the contact ID.
I expect that there will be a large amount of names in the name lookup
table, so I wonder if I should leave the sources of the combos empty until
the user begins typing, and load them with only the matching names.
I am looking for speed and efficiency. What will be quicker: combos with
long lists of selections, or combos that load upon the user's entry?
In my app, I use combos for everything, to cut down on replication, because I
am expecting the amount of data to grow quickly. For example, the contact
information form has combos for first and last name, both drawn off a lookup
table of names, and stored in seperate tables for first name and last name,
each with the contact ID.
I expect that there will be a large amount of names in the name lookup
table, so I wonder if I should leave the sources of the combos empty until
the user begins typing, and load them with only the matching names.
I am looking for speed and efficiency. What will be quicker: combos with
long lists of selections, or combos that load upon the user's entry?