The following query works fine on MsAccess or SQL Server:
SELECT FORMAT(a.Data, "dd/MM/yyyy") as Data FROM mytable
as I got this error: