How do i know the ADODC.Recordset.MoveNext is fired from the my code ie:
if ADODC.Recordset(“RefNo”).Value <> 0 then ADODC.Recordset.MoveNext
OR it is fired from the event where user has actually pressed the Next button in ADODC?