I'm sorry to post this because I'm certain that there are a million threads about it. I just can't find them because the search function drops all the words except for Statement. That is an awful lot of results to go through, and when I'm working I just don't have that kind of time on my hands.
I have read all the MS BS about how to use a for each...next statement, but I don't understand it. I've read through some search results from the web. I still dont' understand it.
How does a for each...next statement work with a recordset. I've seen example "For each record in recordset", but if I'm using it do I really use the statements record and recordset? Shouldn't it be more like "For Each Item In MyRecordset"
Could someone please help me understand this?
I have read all the MS BS about how to use a for each...next statement, but I don't understand it. I've read through some search results from the web. I still dont' understand it.
How does a for each...next statement work with a recordset. I've seen example "For each record in recordset", but if I'm using it do I really use the statements record and recordset? Shouldn't it be more like "For Each Item In MyRecordset"
Could someone please help me understand this?