Pull Down Selection

T

Ty

I am using the Lookup Wizard in Design View on the Company Name field - works
great. However, what I want to happen is when the click on the pull down I
want it to SHOW them "Company Type" and "Company Name", but when they make
their selection it only populates "Company Name".

Can this be done?

Thanks.

Ty
 
V

Van T. Dinh

You need to modify the RowSource, ColumnCount and ColumnWidths of the
"lokkup" ComboBox.
 
Top