Search results

  1. G

    Can combo box look-up a value by searching right to left?

    The lookup combo box uses a table with 2 fields: Master_ID and Person_ID The user will enter the Person_ID into a combo box and then I move the form to the appropriate record. The combo box has a long list of ID. For example: Master_ID Person_ID 1001 1234 2121...
  2. G

    Can combo box look-up a value by searching right to left?

    Yes, that would be fine. Thanks.
  3. G

    Can combo box look-up a value by searching right to left?

    Typically, when using a combo box as a look-up, the search starts from the left to the right. For example, if I type "123" in the combo box will first start looking for "1", and then "2" , and then "3" until it settles on "123". I need it to search from right to left? For example, to search...
Back
Top Bottom