I have a combo box on a form. When the user changes selection I want a date to populate another field on the same form as the combo box. this code is not working. Nothing happens when I change the combo selection
Private Sub Combo4_Change()
If TextQuoteExpDate01 = "All Quotes" Then...