Results 1 to 4 of 4
  1. #1
    cbramsey is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2017
    Posts
    40

    Cascading Combo Boxes

    First Off I would like to say thank you to everyone who has helped over the last few weeks with certain issues.

    1. I have a query named Active_BA (This pulls active owners from a linked database table)
    a. BA_Number
    b. BA_Name

    2. I have a table named Trades
    a. TradeID - Autonumber
    b. BA_Number
    c. BA_Name
    d. Well_Number
    e. Well_Name

    3. I have a Query called TradesWells (this query populates Wells that are associated to BA_Numbers)
    a. Well_number
    b. Well_Name

    I have a form to populate the Trades table with the following fields

    BA_Number - This is a Combo box that pulls from the Active_BA query, it has 2 viewable columns with the BA_Number being the bound column
    BA_Name - I have VBA code written to pull column two from the above combo box
    Well_Number - I want this to pull from the TradesWells query, but I need this query to use the BA_Number from the first combo box to the criteria), and be able to select multiple values
    Well_Name - once i get the combo box for Well_Number figured out, I will have the well_name populate from the 2nd column of the combo box

    I have the TradesWells Query look to [Forms]![Trades]![BA_Number]



    I thought this would be relatively simple and I am hoping that it is just some VBA code that I am not considering that needs to be done

    Thank you again

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870

  3. #3
    cbramsey is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2017
    Posts
    40
    the Requery command, I can't believe i left that out. Thank you, it is always something easy like that.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Happy to help.
    Datapig has a lot of good video tutorials.

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

Similar Threads

  1. Cascading combo boxes
    By SunTop in forum Forms
    Replies: 2
    Last Post: 12-10-2016, 11:29 AM
  2. Cascading combo boxes... help me again please!
    By aqueousdan in forum Access
    Replies: 6
    Last Post: 09-20-2016, 06:54 AM
  3. Cascading Combo Boxes
    By JCW in forum Programming
    Replies: 4
    Last Post: 04-02-2014, 05:05 PM
  4. Cascading combo boxes
    By Jackie in forum Access
    Replies: 5
    Last Post: 07-26-2013, 09:07 AM
  5. Cascading Combo Boxes
    By gjw1012 in forum Access
    Replies: 1
    Last Post: 07-25-2009, 04:59 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