R
rob c
I have set up a form so that a combo box is requeried when a change is made.
But some of the fields are automatically populated thru the use of an update
query so I don't change information in the fields most the time. I tried
the following and it doesn't work. Is it possible to do a requery juts by
clicking on the combo box field or entering it?
Private Sub cbopartners_Click()
Me!cbopartners.Requery
End Sub
But some of the fields are automatically populated thru the use of an update
query so I don't change information in the fields most the time. I tried
the following and it doesn't work. Is it possible to do a requery juts by
clicking on the combo box field or entering it?
Private Sub cbopartners_Click()
Me!cbopartners.Requery
End Sub