C
Cool Dude
Hi,
I've got two fields with contents as below:
Field1 Field2
------------- ----------------
Apple Apple Orchard
Pear Grove of Bananas
Banana Peach Tree
Grape Cherry Pits
What I want to do is to create a query that somehow finds the contents of
the first field in
the values of the second field... therefore returning (from above)
Apple Orchard (matches with Apple)
Grove of Bananas (matches with Banana)
Is this possible?
And if so, how do I do it?
I've tried various permutations on Like "*" &
![Field1] & "*" but
that doesn't seem to work.
There's probably something easy... I just can't seem to find the right
combination to put into the Query Builder.
Can anyone help?
Thanks in advance.
I've got two fields with contents as below:
Field1 Field2
------------- ----------------
Apple Apple Orchard
Pear Grove of Bananas
Banana Peach Tree
Grape Cherry Pits
What I want to do is to create a query that somehow finds the contents of
the first field in
the values of the second field... therefore returning (from above)
Apple Orchard (matches with Apple)
Grove of Bananas (matches with Banana)
Is this possible?
And if so, how do I do it?
I've tried various permutations on Like "*" &
that doesn't seem to work.
There's probably something easy... I just can't seem to find the right
combination to put into the Query Builder.
Can anyone help?
Thanks in advance.