Search results

  1. P

    # and * not Autocompleting in ComboBox

    Ok a bit of further testing and I think I have tracked it down to the ADO recordset which we are passing to the combo box... if the combox is connected directly to the table then there is no problem.
  2. P

    # and * not Autocompleting in ComboBox

    Just a quick note. The ability to autocomplete with an item starting with # seems to work fine on Access 2003. The client is now on Access 2016 (Office365). I am not sure but it might be a recent thing, as we converted them from 2003 to Access 2013/2016 last year, I think if there had been a...
  3. P

    # and * not Autocompleting in ComboBox

    I have a combobox with a few columns. The bound column is an ID field which is hidden, the displayed column is a text. The data that makes up the text includes items that start with # ie #+++Feta Cheese. When you enter # Access will not autocomplete and the only way you can select the item is...
Top Bottom