L
That's what I did in the sql and still didn't get the aliases printed as
column headings in the result pane - is there something in Access that needs
to be turned on?
SELECT t2.business_Rule_Short_Desc as dsc
in the SQL window use
SELECT fieldname AS Aliasname FROM...
Okay - thanks! Now how do I transform a query into a Report?
As far as I know, you must use AS when you alias a field name (at
least in Access 2003 and earlier - I've not tested this in 2007).
You are correct that the AS is optional if you alias a table name
in a FROM clause.
If I am wrong can you give me an example? I love to discover new
things.
Of course (big grin) in this case what I learned was that my memory is
still working correctly.