Hi All,
Simple dbf with 2 fields (num, origin). I need to find the ones that origin = "P" only. P's with not C's. P's can only be alone. Sample dbf and sample result. can it be done in one query?
sample
------
123456789
result would be
-=-------------
587448988
please help. Thanks in advance.
FOXUP !
Simple dbf with 2 fields (num, origin). I need to find the ones that origin = "P" only. P's with not C's. P's can only be alone. Sample dbf and sample result. can it be done in one query?
sample
------
123456789
C
123456789P
587448988P
455774441P
147477991C
result would be
-=-------------
587448988
P
455774441P
please help. Thanks in advance.
FOXUP !