Results 1 to 3 of 3
  1. #1
    dmelsass is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2017
    Posts
    8

    Form List Box no longer populating

    Very fustrating.

    I had at one point the list box working fine off a query that referred to one table. However since that one tabled query had 3 related fields that only stored the Auto number and I wanted it to display the events name and not the event's Auto ID #, I changed to a query that references 3 tables at once to pull that data in then set it to filter the duplicates by having it only display unique data.

    Everything in the query runs as expected and contains all the fields I want and records. I have also two criterias for the query one for the date and another for a specific group each person in the data is assigned to. Again the query works as intended.

    Howeverthe listbox won't populate.



    I had created a combo box switch that controlled group criteria in the query and requeried the list box via onchange event. That setup worked fine for the 1 table query setup fine, but the 3 table query setup the query works fine but the list box does not.

    Any help in this field would be great. I can post screenshots and explain further if needed.

    Sent from my SM-G935V using Tapatalk

  2. #2
    dmelsass is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2017
    Posts
    8
    Quote Originally Posted by dmelsass View Post
    Very fustrating.

    I had at one point the list box working fine off a query that referred to one table. However since that one tabled query had 3 related fields that only stored the Auto number and I wanted it to display the events name and not the event's Auto ID #, I changed to a query that references 3 tables at once to pull that data in then set it to filter the duplicates by having it only display unique data.

    Everything in the query runs as expected and contains all the fields I want and records. I have also two criterias for the query one for the date and another for a specific group each person in the data is assigned to. Again the query works as intended.

    Howeverthe listbox won't populate.

    I had created a combo box switch that controlled group criteria in the query and requeried the list box via onchange event. That setup worked fine for the 1 table query setup fine, but the 3 table query setup the query works fine but the list box does not.

    Any help in this field would be great. I can post screenshots and explain further if needed.

    Sent from my SM-G935V using Tapatalk
    First one is design view and highlighted on selector combo box that used to control list box.

    Second is form view showing it not working as it used to.

    3rd is the 3 table query working as intended

    Sent from my SM-G935V using Tapatalk

  3. #3
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Post the properties of combobox and listbox:
    RowSource (the SQL statement if references a query object)
    BoundColumn
    ColumnCount
    ColumnWidths

    Why combobox OnChange event instead of AfterUpdate?
    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. List box no longer showing latest entry
    By vector39 in forum Access
    Replies: 6
    Last Post: 06-08-2017, 11:02 AM
  2. Replies: 12
    Last Post: 06-06-2017, 11:02 AM
  3. Populating list box from search query
    By k0330853 in forum Forms
    Replies: 1
    Last Post: 12-13-2012, 03:14 PM
  4. List populating based on criteria
    By Stedman in forum Forms
    Replies: 3
    Last Post: 08-06-2011, 12:46 PM
  5. Populating list box with column heading?
    By kawi6rr in forum Programming
    Replies: 1
    Last Post: 08-13-2010, 12:51 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