search with mulitiple tables in access data base

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saravananm
    New Member
    • Jan 2015
    • 1

    search with mulitiple tables in access data base

    I have created more than 20 table in single access file. I need to retrive the single data. how i can search and get the data. i want to search all the tables and get the data...
  • jforbes
    Recognized Expert Top Contributor
    • Aug 2014
    • 1107

    #2
    I'm not exactly sure what you are attempting to do, but if you are attempting to run one query that returns results from 20 different Tables, you'll probably need to use a Union.

    There is the off chance that you can get what you want done with a Join.

    If you further explain what you are attempting to do, we might be able to help you better.

    Comment

    • Rabbit
      Recognized Expert MVP
      • Jan 2007
      • 12517

      #3
      Also, it sounds like your data is not normalized. But you haven't provided us enough detail to help further.

      Comment

      Working...