Is there an equivalent for the mssql convert(int,?) function in ucanaccess?
The UCanAccess (and Access) equivalent is Int(), as in
Int()
SELECT Int(DoubleField) AS intValue FROM TableName
Log in to post a comment.
Is there an equivalent for the mssql convert(int,?) function in ucanaccess?
The UCanAccess (and Access) equivalent is
Int(), as in