bcass
08-26-03, 14:48
| Is it possible to get Micorsoft Query to return an alias without the quote marks appearing on the worksheet. For example, the example below will return 'Total' when I just want it to return Total. SELECT tblMain.SubTotal+tblMain.Vat AS 'Total' FROM `C:\My Documents\BR\HSA\Br`.tblMain tblMain WHERE (tblMain.ClRN<>1) |