S
sheela
Hi,
I need to get results from a select query. One of the
fields has the values in the format"nnn-nn-nnn-n"
I need the result to display with out the hyphens in the
format "nnnnnnn".
I am using the "replace" function the select query as,
SELECT Replace(
![Field],"-","") AS Expr1
FROM Table;
But getting a compile error, when try to run the query.
Can some one point me in correct direction?
Thanks in advance,
sheela
I need to get results from a select query. One of the
fields has the values in the format"nnn-nn-nnn-n"
I need the result to display with out the hyphens in the
format "nnnnnnn".
I am using the "replace" function the select query as,
SELECT Replace(
FROM Table;
But getting a compile error, when try to run the query.
Can some one point me in correct direction?
Thanks in advance,
sheela