Hello,
I have this code from Microsoft website:
It works well if the cboDept TextBox value is integer, But if it is String it does not work.
Any ideas please...
I have this code from Microsoft website:
VBA Code:
Private Sub cmdFilter_Click()
DoCmd.OpenForm "frmMainEmployees", , , "DepartmentID=" & cboDept.Value
End Sub
Any ideas please...