I have a sale form with a subform , however i cannot choose data from my combo box.I get the following
Control cannot be edited , it is bound to autonumber field Item_ID
Below is the SQL
SELECT [tblStockItem].[Stock_ID], [tblStockItem].[Item_ID] FROM tblStockItem ORDER BY [Item_ID];