Jessica Posted March 17, 2001 Posted March 17, 2001 I'm trying to do a simple loop to find a matching record. I want to loop through a d/b to find a matching record but I don't know how to exit if I'm at the last record. How do I do this? "If this is last record, exit loop" THanks
SteveB Posted March 17, 2001 Posted March 17, 2001 Use 'Exit Loop If' script command (immediately below the Loop command).
BobWeaver Posted March 18, 2001 Posted March 18, 2001 Also, you can select the "exit after last" option in your "Go to record/request [next]" script step.
Recommended Posts
This topic is 8907 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now