There is surely as simple answer to this but sometimes it is the simple things that baffle me.
I need to copy a selection from a combo box onto a subform field.
[Forms]![caseinput]![Infonum]![investigator] = [Forms]![caseinput]![InvestigatorID]
However it pastes the ID # from the combo box instead of the name that corresponds to it.
For example if the autoid # 1 shows up as Brown in the combo box, and I select brown, instead of copying the name brown to the subform field it copys the number one.
How can I alter the formula to copy the text instead of the corresponding number from the combo box?
I need to copy a selection from a combo box onto a subform field.
[Forms]![caseinput]![Infonum]![investigator] = [Forms]![caseinput]![InvestigatorID]
However it pastes the ID # from the combo box instead of the name that corresponds to it.
For example if the autoid # 1 shows up as Brown in the combo box, and I select brown, instead of copying the name brown to the subform field it copys the number one.
How can I alter the formula to copy the text instead of the corresponding number from the combo box?