Hi everyone
I have a list box with a number of records but displays 5 out of 13 columns from a query, however I need to include one more column. This additional column will be a drop down that lists items specific to each record. Originally a combo box on the form was used to display the items, however is it possible to include a drop down in a list box? So that when the user clicks and the row gets highlighted, the drop down can display the specific items to that record? In the query, this field is included at the end and the column widths are set to 2";2";2";2";2";0";0";0";0". If anyone has any guidance, that'd be much appreciated!
I have a list box with a number of records but displays 5 out of 13 columns from a query, however I need to include one more column. This additional column will be a drop down that lists items specific to each record. Originally a combo box on the form was used to display the items, however is it possible to include a drop down in a list box? So that when the user clicks and the row gets highlighted, the drop down can display the specific items to that record? In the query, this field is included at the end and the column widths are set to 2";2";2";2";2";0";0";0";0". If anyone has any guidance, that'd be much appreciated!