So I have an 11 column list box, but I need one of these columns to be editable (simply manually assigning #1-10 to each row). I can't find a way to make a ListBox editable so I'm searching for an alternative. I either need a way to control and edit a column in my table (through Forms), or use a subform which emulates the view of a listbox but still has an editable column. The problem I'm facing with the second option is that the listbox I'm currently using is very dynamic. A blank table has data added to it through a selection of Combo Boxes, and once the data is exported to a .csv it is reset. I'm running into a conflict when trying to use a subform.