list box question

T

TechyTemp

I need to add a list box to one of my forms. I put list
boxes on two of my other forms and had no problems but this one keeps telling
me 'The text you entered isn't an item in the list'....

The table that I am drawing everything from is called Monthly Open Orders.
The three headings I need are Sales Order Number, Skid/Parts Number and
Promise Date. All of these are in the field list for the Monthly Open Orders
table.

The control source is Sales Order Number. The row source type is
table/query and the row source is tblMonthly Open Orders. Column count is 3,
bound column is 1. Column Heads - yes....but when I list the three heading
names, it doesn't populate the column headings. why??
 
Top