Greetings,
I have a combo box on a form which I am automatically
filling in with items that have an assoicated page number.
For Example:
Utilities is Page 2
Approach is Page 3
Abutments is Page 4
In the combo box the list items are sorted in alphabetical order:
Abutments is page 4
Approach is page 3
Utilities is page 2
I need to add another column to the combo box to store the
page number, can anyone tell me how to add this second
column and then fill it with the proper page number?
In addition the second column needs to be hidden from the
user but accessible to code. I have tried using the combo box found in Micrsoft Form 2.0 Object Library but it just doesn't fit cut it.
I can not use a array or a recordset to do this because
the search cabilities are just to slow for the amount
of data I am dealing with.
Thank you in advance for your help.




Reply With Quote