B bthill Guest Apr 18, 2002 #1 I have a MEMO field and I want to be able to search it to see if another field within the same table exists within the MEMO field.
I have a MEMO field and I want to be able to search it to see if another field within the same table exists within the MEMO field.
David R I know a few things... Local time Today, 05:45 Joined Oct 23, 2001 Messages 2,633 Apr 18, 2002 #2 Ummmm...huh? another field within the same table exists within the MEMO field Click to expand... Translate or give a concrete example please? Are you storing field names in your memo field or something?
Ummmm...huh? another field within the same table exists within the MEMO field Click to expand... Translate or give a concrete example please? Are you storing field names in your memo field or something?
B bthill Guest Apr 18, 2002 #3 I actually used the following where statement in my query and it worked: like "*" & [fieldname] & "*" Thanks!
I actually used the following where statement in my query and it worked: like "*" & [fieldname] & "*" Thanks!