A
Ayala
Hi,
I have a form with fields such as Project Name,
Description and drawing No.
I want to open this form filtered. The filter criteria
will be given by the user in a form called frmFilterBy. In
this form, the user types any word or numbre which will be
the Key word for the filter.
I know that a:
Dim strFilter as String
strFilter = "FieldName Like " & Me.txtSomething will
filter based on one field
But how does the syntax will look like if I want to
display all the fields (Project name, Description and
drawing no) where the Key string appears?
thx.
I have a form with fields such as Project Name,
Description and drawing No.
I want to open this form filtered. The filter criteria
will be given by the user in a form called frmFilterBy. In
this form, the user types any word or numbre which will be
the Key word for the filter.
I know that a:
Dim strFilter as String
strFilter = "FieldName Like " & Me.txtSomething will
filter based on one field
But how does the syntax will look like if I want to
display all the fields (Project name, Description and
drawing no) where the Key string appears?
thx.