Results 1 to 2 of 2
  1. #1
    DirkS is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2019
    Posts
    1

    Partial word search in Combobox

    Hi all,

    I'm trying to make a catalog using a form in Access.

    Currently it is working in a way that when I type the complete name off the product exactly the same as it is in my database, it displays the right information. However, I would also like that if I only type a part of the name of a product, it will also pop up, preferably together with all products with the same name. E.g. if I have shoes sized 40 up until 46, I now have to type 'Shoe size 45' in order to retrieve the info, however I would like it to be possible to just type 'Shoe' and get an overview of all products containing this term in its name.

    Thanks in advance!

  2. #2
    Join Date
    Jun 2015
    Location
    Wales. Land of the sheep.
    Posts
    1,228
    change the search criteria to something like this:

    Like "*" & [Forms]![Form_Name]![Search_TXT] & "*" Or Is Null

    *bold is the parts you need to change.

    There is also a function that can update resuslts as you type if you were interested:

    http://allenbrowne.com/AppFindAsUTypeCode.html

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 15
    Last Post: 04-17-2014, 02:21 PM
  2. Replies: 3
    Last Post: 05-26-2013, 03:07 PM
  3. Creating a report based on partial field search
    By pirseinkim in forum Reports
    Replies: 1
    Last Post: 03-22-2013, 11:08 AM
  4. Return results based on a partial search
    By TimMoffy in forum Queries
    Replies: 2
    Last Post: 07-27-2012, 11:09 AM
  5. Search for partial field
    By j_a_monk in forum Queries
    Replies: 3
    Last Post: 06-08-2011, 08:40 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums