J
Joe Williams
I have a combo box that looks up a part number. The combo box has several
columns of additional data about that part number along with a join to
another table to get some further imnformation. All of this info is then
displayed in text boxes that reference the .column property of the combo
box.
My problem is that there are quite a few records in the part number table,
and when you drop down the combo box it takes almost 20 seconds for teh data
to be displayed in order to select a record.
My question is twofold: 1) Is there anyway to speed up the combo box and 2)
Would just listing the part number in the combo box and doing dlookups in
the text fields be faster?
Thanks
joe
columns of additional data about that part number along with a join to
another table to get some further imnformation. All of this info is then
displayed in text boxes that reference the .column property of the combo
box.
My problem is that there are quite a few records in the part number table,
and when you drop down the combo box it takes almost 20 seconds for teh data
to be displayed in order to select a record.
My question is twofold: 1) Is there anyway to speed up the combo box and 2)
Would just listing the part number in the combo box and doing dlookups in
the text fields be faster?
Thanks
joe