P
Paul
I am trying to reuse part of an existing custom query on
a new database results field on a new page. However, I
always get an error even though I think I am using the
exact same syntax as before.
I am trying to pull only the first 175 characters from a
database field (called "Article"). To do it, I am
reusing this part of a custom query that already works on
a different page: Format Left([Article], 175)
AS "MyArticle"
The new page always generates an error in the FrontPage
Database Properties wizard, and displays this message
when I preview a page in a browser: "Database Results
Error Description: [Microsoft][ODBC Microsoft Access
Driver] Syntax error (missing operator) in query
expression 'Format Left([Article], 175)'."
Any suggestions?
a new database results field on a new page. However, I
always get an error even though I think I am using the
exact same syntax as before.
I am trying to pull only the first 175 characters from a
database field (called "Article"). To do it, I am
reusing this part of a custom query that already works on
a different page: Format Left([Article], 175)
AS "MyArticle"
The new page always generates an error in the FrontPage
Database Properties wizard, and displays this message
when I preview a page in a browser: "Database Results
Error Description: [Microsoft][ODBC Microsoft Access
Driver] Syntax error (missing operator) in query
expression 'Format Left([Article], 175)'."
Any suggestions?