Dear All,
I have a simple form bound to a table
I have a combobox on it and I would like the form to display the record that contains the value of the field I select in the combobox
I tried the following but it does not work, nothing happens:
Could you please advise?
Many thanks
I have a simple form bound to a table
I have a combobox on it and I would like the form to display the record that contains the value of the field I select in the combobox
I tried the following but it does not work, nothing happens:
Code:
Private Sub CustNameCombo_Click()
DoCmd.FindRecord Me.CustNameCombo
End Sub
Could you please advise?
Many thanks