This is one of those times where, I am sure that I am missing some obvious glaring answer and it's just because its the end of the week but... I'm at my wits end and hoping someone in this wonderful community can help.
I have a form attached to a SharePoint list. When items are entered into that list (a process outside of the InfoPath form), there is a field called "business" into which an abbreviation is entered. That abbreviation is strictly to control where that list item will appear in a specialized web part page that filters based on it. I don't want users to see that abbreviation as it causes confusion. I would like them to see the non-abbreviated version of the business on the form instead. I have a second simple list that is the abbreviations in one column, and their associated business name in another. What I am trying to do is have it so that when someone opens an item, and they are presented with the InfoPath form in doing so, the matched full business name appears on the form, rather than the abbreviation that was actually entered.
Here's a more simplistic breakdown:
Item entered into List #1 with ABC in the "business field." I want to call to List #2, which is a full list of all abbreviations with a 2nd column that defines them, have it match that abbreviation to the full business name, and display "Another Business Center" on the form instead of ABC.
I've been trying to figure this one out for 2 days and would love any help someone can offer. I am sure its as simple as building the control for the field properly but having it match what was already entered is something I am struggling with. Thanks in advance!