Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Needing Help with a Simple Question, how to bring "table" to a new query

Hi there! I'm dealing with a problem that i'm almost certain that it's super simple but i cant figure it out on how to do it   The following Photo can Explain better what i need.    I want to bri...
  • otravers's avatar
    4 years ago

    Right click the existing query and choose "Reference". This will create a new query whose source is the first one.

  • Anonymous's avatar
    Anonymous
    4 years ago

    You can make a new blank query, and in the formula bar, type:

    = NameOfThatOtherTable

     

    in your case: = Table

     

    --Nate