I'm trying to export an TSQL select to JET and I'm not able to do it, because the query hangs msaccess.
Here comes the JET SQL command:
SELECT ALVC.ALVC_CODI, FRVC.FRVC_CODI, SECC.SECC_DESC, Max(ALVCTOTL.ALVCTOTL_IMPORTE_BRUTO) AS Expr1, CLIE.CLIE_DESCUENTO2, ALVC.ALVC_IMPORTE_NETO
FROM FRVC...