G
Guest
Using Office 2003 and Windows XP;
I have a combo box on a form that is set for 2 columns. IT is bound using
the following in the Row Source:
SELECT tblSourceCategory.Source_Category_ID,
tblSourceCategory.Source_Category FROM tblSourceCategory ORDER BY
tblSourceCategory.Source_Category;
When you open the drop down it displays both columns, but when an item is
selected only the first column appears. How can I get both columns to show?
Thanks much in advance.
I have a combo box on a form that is set for 2 columns. IT is bound using
the following in the Row Source:
SELECT tblSourceCategory.Source_Category_ID,
tblSourceCategory.Source_Category FROM tblSourceCategory ORDER BY
tblSourceCategory.Source_Category;
When you open the drop down it displays both columns, but when an item is
selected only the first column appears. How can I get both columns to show?
Thanks much in advance.