I am using a combox to display 2 fields of a query used on a form. It all seems to work except that after a while making some minor form field format changes i noticed my combo box displays the list but when i click the form does not change to the selected query record.
i looked at the code and there is nothing.
i recreated the combo box several times and still i get no event procedure just the following;
Private Sub Combo138_AfterUpdate()
End Sub
what have i done or turned off.
thanks
i looked at the code and there is nothing.
i recreated the combo box several times and still i get no event procedure just the following;
Private Sub Combo138_AfterUpdate()
End Sub
what have i done or turned off.
thanks