Saludos, como hago esta consulta en quickreport?
Código SQL
[-]select no_ped, status, dpto, fecha_ent_exp, responsable1 from reg_pedidos where responsable1= 'Responsable' and status <> 'Tramite Aprobado' and status <> 'Comprado' and status <> 'Cumplido' and status <> 'Anulado' and status <> 'Devuelto' and status <> 'Firmado' and status <> 'Comprado' order by fecha_ent_exp
Responsable seria un DBLookUPComBOx de un form.
Gracias...