Results 1 to 3 of 3
  1. #1
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115

    Find

    Hello everyone, I need your help ... I Ricerca_cd where the mask by typing in the combo txtRicercaCd, filtered the data in the combo Author, titles are displayed in the combo list. The code change made ​​me a member of the forum. The code is in the Event "On change" of the combo txtRicercaCd
    I need that typing the letters in the combo CasellaCombinata29 and pressing Enter, you will see the name of the artist in the combo and combo Author txtRicercaCd, but in combo "list" does not appear in the album titles
    I hope I explained Hello and thanksRicerca.zip

  2. #2
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    I wasn't able to make out your exact question, but I get the general idea. I believe you are trying to use a combo box or text box (let's call it txtFilter) to filter two listboxes (let's call them lstArtists and lstAlbums). You may also want the lstArtists listbox to further limit the lstAlbums list box.

    First, in the AfterUpdate of the txtFilter textbox, put code that loads the lstArtists and lstAlbums listboxes.

    Second, in the AfterUpdate of the lstArtists listbox, put code that loads the lstAlbums listbox.

    There is sample code and links to tutorials for cascading combo boxes available here https://www.accessforums.net/access/...xes-11953.html and here https://www.accessforums.net/sample-...xes-38171.html

  3. #3
    sergran is offline Competent Performer
    Windows 7 64bit Access 2007
    Join Date
    Jun 2013
    Posts
    115
    Ok Thank's very much....

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

Similar Threads

  1. How to find sharepoint url
    By davesexcel in forum SharePoint
    Replies: 1
    Last Post: 07-02-2013, 01:24 PM
  2. I can't find the bug. Please help
    By sharVyn in forum Programming
    Replies: 5
    Last Post: 08-27-2012, 03:39 PM
  3. find and replace
    By rohini in forum Access
    Replies: 7
    Last Post: 05-17-2012, 05:23 AM
  4. Find a SUM
    By jcsports31 in forum Access
    Replies: 8
    Last Post: 09-14-2010, 10:07 AM
  5. Find tables
    By Jaime in forum Access
    Replies: 2
    Last Post: 11-04-2009, 01:52 PM

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