K
kc-mass
Hi,
I have a personnel form with typical personnel data. On the form is an
combo that has a data source of employeeID, LastName, First name. The first
(0) column is bound to the combo.
The query that feeds the form references the combo as criteria against the
employeeID.
=[ME].[cboEmployee] Or Is Null
The onchange event of the combo asks for a requery of the form
Private Sub cboEmployee_Change()
Requery
Debug.Print "it fired"
End Sub
The event fires but the form does not requery.
Any help appreciated.
Kevin
I have a personnel form with typical personnel data. On the form is an
combo that has a data source of employeeID, LastName, First name. The first
(0) column is bound to the combo.
The query that feeds the form references the combo as criteria against the
employeeID.
=[ME].[cboEmployee] Or Is Null
The onchange event of the combo asks for a requery of the form
Private Sub cboEmployee_Change()
Requery
Debug.Print "it fired"
End Sub
The event fires but the form does not requery.
Any help appreciated.
Kevin