Find Next not working

apple

New Member
Hello,

I use Find Next statement to get the next record in the table. However, the output always displays the first record of the table. What could be the possible reason for this?

I badly need your advise! Thanks!
 
There are many possible reasons, mostly erroneous coding. If I would need to speculate I would say most likely there is no record in the buffer before the FIND NEXT statement is executed.

HTH, RealHeavyDude.
 
I was mistaken. The Find Next statement did gave the next record in the table. It was in the way I handle variables that the record was not displayed. :lol:

THank you for ur time RealHeavyDude! :)
 
Back
Top