I have an application with some queries which have syntax like the following examples
Left(fieldname,3)
AND
Right(fieldname,3)
AND
UCase(fieldname)
AND
Mid(fieldname),4,3)
The code works perfectly here but when translated to the swedish version it does not like the functions.
Does anyone know a way around this?
Left(fieldname,3)
AND
Right(fieldname,3)
AND
UCase(fieldname)
AND
Mid(fieldname),4,3)
The code works perfectly here but when translated to the swedish version it does not like the functions.
Does anyone know a way around this?