Forum Discussion
Anonymous
4 years agoNot applicable
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
Community Champion
Right click the existing query and choose "Reference". This will create a new query whose source is the first one.
- AnonymousNot applicable
Thanks!
- AnonymousNot applicable
You can make a new blank query, and in the formula bar, type:
= NameOfThatOtherTable
in your case: = Table
--Nate
- AnonymousNot applicable
Thanks!