Hi folks!
I have a problem.
I have an ADODC that open a query. I have linked an DATACOMBO to ADODC.
Ok. In execution time, I want to requery the ADODC with a filter.
In Example:
ADODC1.Recordset.Filter = "ID=" & iCode
(This works fine, because I check the ADODC1.Recordset.Recordcount and it's...