I have a quick question about the query designer. I have a table with several aliases. I wanted to use those aliases in a calculation but from the query designer page I was not able to, but then I went to the SQL page and I was able to do this:
(Select alias1+ alias2),
That worked and I was able to see the correct info in the results page, but I can't go back to the query designer page because it doesn't like what I did there. The project still works though. I was wondering if there was a different way to do it in the query designer so that it doesn't freak out about it.