Ok problem solved.


Apparaently, there is a property .state which allow me to check if it is opened or not.

VB Code:
  1. if rs.state = adStateOpen then rs.close

That solved my problem.

Cheers !!!