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 bring this table that i already had modified and has a lot of steps from a source and turn it into a new query, but without the previous steps from this query in particular, only the table with the values

 

 

4 Replies

  • otravers's avatar
    otravers
    Icon for Community Champion rankCommunity Champion

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

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks!

  • Anonymous's avatar
    Anonymous
    Not applicable

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

    = NameOfThatOtherTable

     

    in your case: = Table

     

    --Nate

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks!