D
daniel
Hi every body
As new user in access, i want to filter a table on a form
in the header of this form I have a text zone and when I press the enter key
, the text is use to create a filter like
Dim strFilter As String
strFilter = Texte18.Text
strFilter = "PATIENT = '" & strFilter & "%'"
Me.Filter = strFilter
Me.FilterOn = True
But nothing appears.
Can you help me !!
As new user in access, i want to filter a table on a form
in the header of this form I have a text zone and when I press the enter key
, the text is use to create a filter like
Dim strFilter As String
strFilter = Texte18.Text
strFilter = "PATIENT = '" & strFilter & "%'"
Me.Filter = strFilter
Me.FilterOn = True
But nothing appears.
Can you help me !!