Hi,
What may cause the .Fetch to not to move to the next record in the view?
The ORDUNIQ value stays the same on the next iteration. Please help. Thanks in advance.
What may cause the .Fetch to not to move to the next record in the view?
Code:
ds.Init
ds.Browse "", True
Do While ds.Fetch
[indent]Debug.Print ds.Fields("ORDUNIQ").Value[/indent]
Loop
The ORDUNIQ value stays the same on the next iteration. Please help. Thanks in advance.