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