View Single Post
  #3  
Old 01-10-2011, 04:10 PM
maorlast2 maorlast2 is online now
Registered User
 
Join Date: 01-09-2011
Posts: 6
Querying via ADO

Thank you for your assistance.

I have another question that is also related to the same subject

For querying the database, i am using the ADO component and it does the work very well.

My question is can i do a SELECT query that will return several rows and iterate every value in every single row and save their values into Macro's?

I was able to do that when the SELECT returned me 1 row, can i do it with more than one row?

Thanks
Reply With Quote