Per fare un filtro su un record si usa
codice:record.opne "select * ......." record.filter=adfilternone record.filter = "id='1' and cod='pippo'" if not record.eofd then msgbox"record esistente!" end if
Per fare un filtro su un record si usa
codice:record.opne "select * ......." record.filter=adfilternone record.filter = "id='1' and cod='pippo'" if not record.eofd then msgbox"record esistente!" end if
Allejo