Yes, that allowed the item list to be added to the dropdown list instead of a tab.
Now I'm trying to get numerical fields to display. I got the following code to work in the grid view custom SQL:
'<b>' + FullName + '</b><br />' + SalesDesc
BUT it won't work when I add QuantityOnHand and/or SalesPrice into the code. I assume this is because they are numerical fields. Is there something special I need to do in the code for numerical fields?