Hi all,
I have a table in access linked to SQL.I am doing a query where I am using a field named comment from this table.
The field is designed in SQL as nvarchar(255) . I am writing integers numbers in this field. What I want to do in my query is to convert this field from nvarchar to int so I can use the SUM function.Can anyone help?