Results 1 to 4 of 4
  1. #1
    anchamal is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Dec 2010
    Posts
    15

    Filter not working from touch buttons

    I'm using ms access 2013
    i have a project where i need to create a touch screen jukebox.
    my problem is that i have a textbox and a list box.
    the list box has all my track and i'm filtering from the textbox.
    when i use my keyboard the filter works fine from the textbox.
    but when using the touch screen buttons even though letters appear on my textbox, the filter does not work.

    any idea how to make my textbox filter work from the on screen touch buttons?


    thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Not quite understanding behavior. You filter the listbox based on what is entered in textbox? Why a listbox and not a combobox?

    Is code in the textbox AfterUpdate event? Do you press ENTER after entering by touch screen?
    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.

  3. #3
    anchamal is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Dec 2010
    Posts
    15

    Filter not working from touch buttons

    Quote Originally Posted by June7 View Post
    Not quite understanding behavior. You filter the listbox based on what is entered in textbox? Why a listbox and not a combobox?

    Is code in the textbox AfterUpdate event? Do you press ENTER after entering by touch screen?
    the code me.txtfilter.requery is in the on change event of the txtbox.
    i don't press enter after entering, i want it to filter while pressing each button (letter).

    here is the command that send's to the textbox:
    If Me.btngreek = True Then
    Me.txtfilter = Me.txtfilter & "Α"


    ElseIf Me.btnenglish = True Then
    Me.txtfilter = Me.txtfilter & "A"


    End If

  4. #4
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Solution posted on double-posting here:

    http://www.access-programmers.co.uk/...d.php?t=253852

    Linq ;0)>

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

Similar Threads

  1. Filter By Form and Apply Filter Buttons
    By JustLearning in forum Forms
    Replies: 13
    Last Post: 02-18-2015, 01:01 PM
  2. Buttons STOP working !!
    By THE STUDENT in forum Forms
    Replies: 3
    Last Post: 06-10-2013, 08:11 PM
  3. Coloring Buttons not working
    By justphilip2003 in forum Forms
    Replies: 8
    Last Post: 05-11-2013, 08:10 AM
  4. All Buttons Stopped Working and...
    By rhoridge in forum Programming
    Replies: 1
    Last Post: 12-02-2010, 11:25 PM
  5. Navigation Buttons not working please help
    By dinarocks74 in forum Access
    Replies: 3
    Last Post: 06-26-2009, 10:15 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