C
Clay Hilton
I need to query or filter on a field that has various characters and I am
unsure how to do this. I am not skilled in VBA so i am trying to use the
criteria builder in Access on that field. Here is what I am trying to do.
The data in the fields look something like this:
FIELD1
22N 3 33N
4 5 22N
3
3N
4 3
5 4N
I need to query records that have a "3". The three could be in any
position. So here are the possibilties:
1. 3 will be alone in the field
2. 3 will be inbetween other values (space on each side)
3. 3 will begin the field but other data after it.
4. 3 will be last in the field with other data before it.
5. Other?
Any insight is much appreciated.
thanks,
Clay
unsure how to do this. I am not skilled in VBA so i am trying to use the
criteria builder in Access on that field. Here is what I am trying to do.
The data in the fields look something like this:
FIELD1
22N 3 33N
4 5 22N
3
3N
4 3
5 4N
I need to query records that have a "3". The three could be in any
position. So here are the possibilties:
1. 3 will be alone in the field
2. 3 will be inbetween other values (space on each side)
3. 3 will begin the field but other data after it.
4. 3 will be last in the field with other data before it.
5. Other?
Any insight is much appreciated.
thanks,
Clay