I have an excel spreadsheet and am getting data from my SQL database. In MS Query I have a query to get 3 fields from a database but need it to look better.
When I try and use the 'format' next to date field, it gives me an error about 'does not recognize format command'.
Do I add the format(tablename.fieldname,"mm/dd/yyyy") in the 'select', 'where' and 'order by' areas of the statement?Currently I have it only in the select part of the statement.Thanks!
When I try and use the 'format' next to date field, it gives me an error about 'does not recognize format command'.
Do I add the format(tablename.fieldname,"mm/dd/yyyy") in the 'select', 'where' and 'order by' areas of the statement?Currently I have it only in the select part of the statement.Thanks!