Working with Locate()
Posted: Thu 19 Nov 2015 06:57
Hello,
I have a query which returns records with data sorted on a column like this:
aaaa
aaaa
bbbbbb
bbbbbb
bbbbbb
cccccc
cccccc
cccccc
Now I want iterate through all records containing the "bbbbb" value. To get the first "bbbbb" I can use the Locate function, but how to get next records with the "bbbbb" value?
Regards
Michal
I have a query which returns records with data sorted on a column like this:
aaaa
aaaa
bbbbbb
bbbbbb
bbbbbb
cccccc
cccccc
cccccc
Now I want iterate through all records containing the "bbbbb" value. To get the first "bbbbb" I can use the Locate function, but how to get next records with the "bbbbb" value?
Regards
Michal