A ajith New Member May 13, 2012 #1 Hello, Would like to know the difference between For each and Find. Also Please let me know in which scenarios, will we select FOR or FIND ? Thanks,
Hello, Would like to know the difference between For each and Find. Also Please let me know in which scenarios, will we select FOR or FIND ? Thanks,
TomBascom Curmudgeon May 13, 2012 #2 You generally use FIND when you expect to be working with a single record. You use FOR EACH when you expect to process a set of records.
You generally use FIND when you expect to be working with a single record. You use FOR EACH when you expect to process a set of records.