Just to give some background, I'm creating an app to create a record in Salesforce. However, we have a lot of accounts in our instance (over 15,000) and some of them have the same name. I've created a search that returns the results to a storage variable and I know how to display them in a grid, but I'd really like to give the user the ability to select which account they wanted from the list (displaying both name and address.) Has anyone else run into a similar case, and if so, how did you go about resolving it?