Trying to find a workaround for another problem and so I'm resorting to adding a new combobox in my mainform which will add a value to the combo box in my subform.
To clarify, I'm choosing a primary company in my main form from a combo box called 'primary.' In my subform, I have combo box for related companies, let's call it 'related', where I have multiple selections made and I'd like the selection that is made in the main form to be included in those selections. Hopefully that made sense. Not sure if this is even doable from a programming standpoint.
Thanks.