ChristinaFC
IS-IT--Management
I have a cbo which is (and should be) mostly empty. However, when I click on it (but before typing anyting) I would like it to be populated with a rowsource. Once I start typing, it will wait until three letters are typed in before populating it with a new row source. The latter part I have figured out, but the former does not work.
Currently the code is:
Private Sub cboOrgnrID_Click()
Me.cboOrgnrID.RowSource = "SELECT ListaFtg, OrgnrPID FROM qryFtgsLista WHERE ""OrgnrPID = ""&Me.OrgnrID"
End Sub
However, when I click on the cbo, nothing happens.
I would greatly appreciate helt.
Currently the code is:
Private Sub cboOrgnrID_Click()
Me.cboOrgnrID.RowSource = "SELECT ListaFtg, OrgnrPID FROM qryFtgsLista WHERE ""OrgnrPID = ""&Me.OrgnrID"
End Sub
However, when I click on the cbo, nothing happens.
I would greatly appreciate helt.