TomBarrand
Programmer
I have the following SQL statment. If it returns say 5 values I want to do something with the first value, get the next value, then the next, etc until I get to the last value. Is this possible? Is there some sort of MoveNext function.
Select FOB_No FROM FOB WHERE Purch_Ord_Line_No = 10
Select FOB_No FROM FOB WHERE Purch_Ord_Line_No = 10