K
Kevin Payne
Having problems with simple syntax in access. This is in an ASP page calling
an Access 2000 table. Following select:
"SELECT APPL_ABBR,APPL_NAM, " +_
"UCASE(TRIM(APPL_ABBR)) AS [UPABBR], " +_
"UCASE(TRIM(APPL_NAM)) AS [UPNAME] " +_
"FROM Application " +_
"ORDER BY UPABBR ASC"
I believe it is the order by clause that I don't quite have the syntax right
with the selecting fields "AS".
Help appreciated!!!
KP
an Access 2000 table. Following select:
"SELECT APPL_ABBR,APPL_NAM, " +_
"UCASE(TRIM(APPL_ABBR)) AS [UPABBR], " +_
"UCASE(TRIM(APPL_NAM)) AS [UPNAME] " +_
"FROM Application " +_
"ORDER BY UPABBR ASC"
I believe it is the order by clause that I don't quite have the syntax right
with the selecting fields "AS".
Help appreciated!!!
KP