V
verci
Hi
I use the following query for the reports record selection, using the
parameters Between [Fecha Inicial:] and [FechaFinal:] to filter records:
SELECT FacturaDetalle.FacturaID, Factura.NumFactura, Factura.FechFactura,
Factura.Nombre, Factura.Retencion, FacturaDetalle.Importe
FROM Factura INNER JOIN FacturaDetalle ON Factura.FacturaID =
FacturaDetalle.FacturaID
WHERE (((Factura.FechFactura) Between [Fecha Inicial:] And [Fecha Final:]));
How can I grab this parameter values to print in my report?
Best regards
I use the following query for the reports record selection, using the
parameters Between [Fecha Inicial:] and [FechaFinal:] to filter records:
SELECT FacturaDetalle.FacturaID, Factura.NumFactura, Factura.FechFactura,
Factura.Nombre, Factura.Retencion, FacturaDetalle.Importe
FROM Factura INNER JOIN FacturaDetalle ON Factura.FacturaID =
FacturaDetalle.FacturaID
WHERE (((Factura.FechFactura) Between [Fecha Inicial:] And [Fecha Final:]));
How can I grab this parameter values to print in my report?
Best regards