Table1 contains 4 records:
Red
Black
Green
Pink
When I put the following in the criteria of a query I get two records:
“red” or “black”
My problem:
I have form1 with a texbox1.
I put the following in the query criteria:
Forms![form1]![texbox1]
I type the following the textbox1:
“red” or “black”
The query does not give me the records.
Is there any way to make this work??
Many Thanks
Hanss
Red
Black
Green
Pink
When I put the following in the criteria of a query I get two records:
“red” or “black”
My problem:
I have form1 with a texbox1.
I put the following in the query criteria:
Forms![form1]![texbox1]
I type the following the textbox1:
“red” or “black”
The query does not give me the records.
Is there any way to make this work??
Many Thanks
Hanss