I’m writing an app that needs a way for users to pick an item, but they need more information than just one field.
Is there a way to populate a DataCombo box with more than just one field, other than writing a loop, passing in strings, then having to analyze the string for the data to pass to the next control?