strangeryet
Programmer
I need to pull some information from an Access table or
via a query. But I need to read one record at a time, perform some action and then read the next record.
This will continue until eof.
Does anyone have code that will do this?
Thank you
ps. This sounds like a simple procedure. Can it be done or do I need to somehow load the result of the query into an Array and then loop through the array?
Thanks
via a query. But I need to read one record at a time, perform some action and then read the next record.
This will continue until eof.
Does anyone have code that will do this?
Thank you
ps. This sounds like a simple procedure. Can it be done or do I need to somehow load the result of the query into an Array and then loop through the array?
Thanks