Results 1 to 2 of 2
  1. #1
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114

    Unhappy Searchable text box in a split form that shows the search results in the lower part of the form

    Hi all,



    First, my thanks to all who respond to my questions, you've been very kind and I appreciate it immensely.

    Now for today's issue. The engineers would like a form created so they can find parts they need by type. I created a split form where the part information is in the first part of the form and the entire parts list appears in Datasheet style in the bottom part of the form. See attached picture.

    Click image for larger version. 

Name:	Search box.jpg 
Views:	15 
Size:	248.6 KB 
ID:	20299

    I want the form to allow the user to select an option from a list of categories (drop down box), then show a list of the resulting items for that category in the lower part of the screen. I can't get the search box to search as text (Under the Format Tab of the Properties sheet, the Decimal Places Field is set on Auto and there's an @ in the Format field), and it is set to one selection that I can't type over in Form view. Every time I try to set up the Control Source in the Data Tab, the Expression Builder screen comes up.

    Click image for larger version. 

Name:	Design Form view.jpg 
Views:	8 
Size:	142.0 KB 
ID:	20312

    The search results include ALL the categories, not a list of parts matching that one category, AND, in a different order than in the initial query this form is based on. HELP!
    Last edited by rebfein; 04-10-2015 at 12:15 PM. Reason: Needed to enter more detail

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Should not be anything in the ControlSource of combobox. Controls used to input search criteria must be UNBOUND.

    Need to set the RowSource property.

    Review:

    http://www.datapigtechnologies.com/f...tomfilter.html
    http://www.allenbrowne.com/ser-62.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Underlining part of a string in VBA to appear in a form's text box.
    By IncidentalProgrammer in forum Programming
    Replies: 3
    Last Post: 01-12-2015, 04:16 PM
  2. Replies: 3
    Last Post: 04-12-2014, 01:17 PM
  3. Search box that shows result in Form
    By revvedmoto in forum Programming
    Replies: 16
    Last Post: 02-20-2014, 03:20 PM
  4. Replies: 3
    Last Post: 09-02-2013, 04:33 PM
  5. Replies: 1
    Last Post: 04-20-2012, 03:16 AM

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