G
Graham Ramsay
How can I return only those records that do not have an asterix in a text field.
If records are:
01 Apples 1 *
02 Apples 2
03 Oranges 12
04 Oranges 23 *
05 Apples 3
06 Apples 4 *
I need to get:
02 Apples 2
03 Oranges 12
05 Apples 3
Obviously, because somebody many moons ago chose the
asterix as a marker we're stuck with it.
Thanks.
If records are:
01 Apples 1 *
02 Apples 2
03 Oranges 12
04 Oranges 23 *
05 Apples 3
06 Apples 4 *
I need to get:
02 Apples 2
03 Oranges 12
05 Apples 3
Obviously, because somebody many moons ago chose the
asterix as a marker we're stuck with it.
Thanks.