I see. Anyway, I sort it out. One of the googled pages have something similar to me. it seems that there were a conflict between items (don't ask me what may cause it
, but I'm sure you guys would get it when you see the solution).
So, the solution is:
set rs2 = MyConn.Execute ("Select * From Articles Where Art_Section='" & RS1("Art_Section") &"'ORDER BY FP_Position ASC")
rs2.Filter = "Isue_Nr='"& session("cur_issue") &"'"
I f you can see what was wrong, please tell me
! From what I understand it seems that you can not trigger a record set and filter it in the same "sentence".