when trying to edit a query in ms query, the alias names of columns used in the query are lost.
example query :
select proj_name as 'project name', proj_nbr as 'project number' from proj
when trying to save this query in ms query i get the following error
"sql query can't be represented graphically. continue anyway?"
Is there a way to fix this? If so how do i do that??
Any help will be appreciated.