pz miren lo hize de esta forma:
y nada me bota error : column 'vistaFactura.tipocomprobante'is invalid en the select list because it is not
contained in either an aggregate function or the group by clause.
Código [Seleccionar]
adoConsulta.RecordSource = "SELECT tipocomprobante,serie,cod_comprobante,fecha,razon,des_servicio,identificador,login,password,fechainicio,fechafin,cod_proveedor, MAX(fecha) FROM vistaFactura WHERE (cod_tipodeservicio=2)and(identificador IS NOT NULL) AND (anulado = 'No') AND identificador like'" & txtDominio.Text & "%' group by razon, identificador"
adoConsulta.Refresh
y nada me bota error : column 'vistaFactura.tipocomprobante'is invalid en the select list because it is not
contained in either an aggregate function or the group by clause.