Jan 14, 2003 #1 orna Programmer Apr 2, 2002 314 IL Hi, Is it possible to refer to or update the next or prev record when I'm looping? Thanks
Jan 14, 2003 #2 mincefish Programmer Sep 27, 2001 74 GB I think you would need to .movenext, load the value(s) in a variable and then moveprevious, and then do your update... HTH Upvote 0 Downvote
I think you would need to .movenext, load the value(s) in a variable and then moveprevious, and then do your update... HTH
Jan 14, 2003 Thread starter #3 orna Programmer Apr 2, 2002 314 IL Thank you for replying. I hoped there is a better way to do it. Upvote 0 Downvote