Fill a ListBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • armyofus
    New Member
    • Dec 2009
    • 3

    Fill a ListBox

    I am trying to fill a list box with data from different tables inside the dame Access database. Would I have to query the data together by the same sample number or what and if I do have to where is a good place to learn the basics of it.

    Thanks!
  • Megalog
    Recognized Expert Contributor
    • Sep 2007
    • 378

    #2
    Yes, you'll need to query the data together using a field from each table which matches each other. I suggest creating a new query, adding the tables in, and linking them by their shared indexes. Then add the fields to the query that you want returned, and running the query to see the results.

    There's lots of help out there on basic queries, but if you want us to provide you with anything more specific, then you'll need to provide more details on your tables; meaning field names & data types, and what you want to see returned.

    Comment

    Working...