K
Kevin B.
I have a linked table where the columns are datatype of varchar. One of the
columns is a dollar amount and i need to sum it in a query that I have built
against that table. It wont allow me to sum a varchar so I need to convert
the value to a numeric. I developed the query in the SQL Design mode and
tried using the either the sql convert and cast functions but access does not
recognize those functions.
Can anyone tell me what function i can use to convert this to a numeric data
type?
Thanks.
columns is a dollar amount and i need to sum it in a query that I have built
against that table. It wont allow me to sum a varchar so I need to convert
the value to a numeric. I developed the query in the SQL Design mode and
tried using the either the sql convert and cast functions but access does not
recognize those functions.
Can anyone tell me what function i can use to convert this to a numeric data
type?
Thanks.