Access9001
03-04-2010, 06:54 AM
Say I bring up a result
select * from mytable
Location, Name
Atlanta John
Miami Mike
DC Kathy
etc
Is there a way to say, after this query executes (or even within this query), if name=something, rename Location field to something else? Thanks
select * from mytable
Location, Name
Atlanta John
Miami Mike
DC Kathy
etc
Is there a way to say, after this query executes (or even within this query), if name=something, rename Location field to something else? Thanks