futbolista
IS-IT--Management
I have attempted to write to a field on a form , using a Select Case statement, based on the user's selection in a ComboBox. The row source of the ComboBox is a query of all of the companies in the table that is the record source for the form. In other words, when the user selects "AT&T" from the ComboBox, I want the appropriate Manager's Initials to be written to the ResponsibleManager field. (This field is displayed in a text box on the form.) I prefer to use a Select Case Statement, because sometimes, there will be new companies entered with no predetermined reponsible Manager, and the Case Else statement can write a zero length text string to the field until the Select Case statement is updated. Any Suggestions?