J
Jeff
Access 97
Have a database with the following fields:
Date,#1,#2,#3,text field. (all of the numbers are single
digits).
I want to run a query that will show me all three numbers
based on only two numbers that I am quering for. The
numbers are in random order i.e.,123,213,312,321...
On the above, I would like to query: 23 and have a return
showing all numbers with 23 in them:
DATE # T
1/8/2003 123 E
2/5/2003 325 E
4/8/2002 203 E
8/9/2002 392 E
7/8/2002 932 E
6/4/2002 302 E
4/8/2002 213 E
Thanks.
Have a database with the following fields:
Date,#1,#2,#3,text field. (all of the numbers are single
digits).
I want to run a query that will show me all three numbers
based on only two numbers that I am quering for. The
numbers are in random order i.e.,123,213,312,321...
On the above, I would like to query: 23 and have a return
showing all numbers with 23 in them:
DATE # T
1/8/2003 123 E
2/5/2003 325 E
4/8/2002 203 E
8/9/2002 392 E
7/8/2002 932 E
6/4/2002 302 E
4/8/2002 213 E
Thanks.