Object required: 'rs' error
Hello all
Is there any one can help me to fix my prbolem with this error please?
the code is as below and when i run the program it gives me this error:
a= array("rs",..."rsn")
Dim i
for i=0 to n
a(i).movefirst()
while not a(i).eof
do something
wend
next
would you please help me??????
thank you
|