Results 1 to 2 of 2

Thread: ComboBox Based on 2 Tables

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 1999
    Location
    Vancouver, BC, Canada
    Posts
    84

    Post

    I need a combobox to get its list items from 2 different tables (with identical structures). I can't figure out how to create a query (for the rowsource) to do this.

    Any ideas?

  2. #2
    New Member
    Join Date
    Nov 1999
    Location
    South Africa
    Posts
    4

    Post

    Use 'UNION' function in your SQL query
    to select from both tables.
    Another option is to try and get your data into Access and build your query in Access.
    Verify that the correct data is returned and then go back to the design of the query and go to the View SQL window and whala..you got your SQL code.

    Hope it helps!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width