Here is the code that I have for my list box.
Code:
Private Sub cmdCreateReport_Click()
On Error GoTo Err_cmdCreateReport_Click
Dim strCriteria As String
Private Sub cmdCreateReport_Click()
On Error GoTo Err_cmdCreateReport_Click
Dim strCriteria As String
Sub blnIs_AfterUpdate() Me.txtApplication.Enabled
Sub txtIs_AfterUpdate() Me.txtApplication.Enabled = Me.txtIs End Sub
Leave a comment: