J
John Hendrix
Hi,
is there a way to force Access to keep an alias in the column Name even if
there is no duplicated name.
If I perform a :
Select table1.* table2.*
From (DirtySocks AS table1 LEFT JOIN BrownShoes AS table2 ON (table2.pkID =
table1.fkID))
And both BrownShoes as DirtySocks have a Size column, only These Columns are
named
BrownShoes.Size & DirtySocks.Size, while all the others stay Alias-less.
I like to have the Alias in front of the columnName, even if there is no
duplicated ColumnName.
Is there a Way?
Thanks,
Ben
is there a way to force Access to keep an alias in the column Name even if
there is no duplicated name.
If I perform a :
Select table1.* table2.*
From (DirtySocks AS table1 LEFT JOIN BrownShoes AS table2 ON (table2.pkID =
table1.fkID))
And both BrownShoes as DirtySocks have a Size column, only These Columns are
named
BrownShoes.Size & DirtySocks.Size, while all the others stay Alias-less.
I like to have the Alias in front of the columnName, even if there is no
duplicated ColumnName.
Is there a Way?
Thanks,
Ben