D
Debbie S.
Hello,
I posted previously in this forum on this question and was answered by
Jeanette Cunningham. Jeanette if you are still out there I have made some
progress and have another question. If anyone else wants to respond that is
fine too of course. I currently have the following code in the click event of
a command filter button in the form:
Private Sub Command4_Click()
If Not IsNull(Me.Text2) Then
strWhere = strWhere & "([City] = """ & Me.Text2 & """) "
End If
End Sub
When I click the button nothing happens. What am I missing?
Thanks,
Debbie
I posted previously in this forum on this question and was answered by
Jeanette Cunningham. Jeanette if you are still out there I have made some
progress and have another question. If anyone else wants to respond that is
fine too of course. I currently have the following code in the click event of
a command filter button in the form:
Private Sub Command4_Click()
If Not IsNull(Me.Text2) Then
strWhere = strWhere & "([City] = """ & Me.Text2 & """) "
End If
End Sub
When I click the button nothing happens. What am I missing?
Thanks,
Debbie