Hi all,
I have a form that looks up items from another database that are associated with the item using a "textbox". Example: I type in "Apple" and click the search button, it will return tree, seeds, companion, gala, granny smith, etc.
It returns the items as such:
Associated | Search Item
tree Apple
Seeds Apple
Gala Apple
I can add multiple items to search for, but only one at a time. I there a way to paste multiple search items all at once? It just shows one cell and then a "New" row below it.
Thank you