ms access - auto-complete not working on ComboBox
问题 I have a ComboBox that has a row source of SELECT tblTCOAppCodes.id, tblTCOAppCodes.tcoAppCode & " : " & tblTCOAppCodes.description AS Description FROM tblTCOAppCodes ORDER BY tblTCOAppCodes.tcoAppCode; Normally a combo-box allows auto-complete but in this case it does not and I'm assuming it's because I'm concatenating the values from 2 columns. Screenshot of how the column looks. 回答1: It does work here (Access 2010, but that shouldn't matter). I created a table with your field names and