January 28, 200422 yr Newbies OK, here's what I have to do. We have a database of email addresses. I need to set up a script that will do two things: when a find is performed and a match is found, give a message "Sorry-that ID is currently in use" and start new find. If no match is found, give a message "Congratulations-that ID is available". Is this even possible? Any help would be greatly appreciated!
January 28, 200422 yr Your script should look something like this: Set Error Capture [On] Loop Go to Field (your input field) Enter Find Mode [Pause] Perform Find [Replace Found Set] Exit Loop If ["Status(CurrentFoundCount]=0"] Show Message ["Not available message"]-- setup option to continue or quit If Status(CurrentMessageChoice) = (quit option) [Perform some other action] Exit Script EndIf EndLoop Show Message ["Congarts message" [Perform next action, ie New Record]
Create an account or sign in to comment