bthill
04-18-2002, 08:54 AM
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.
|
View Full Version : Extracting from a MEMO field bthill 04-18-2002, 08:54 AM 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 04-18-2002, 09:06 AM Ummmm...huh? another field within the same table exists within the MEMO field Translate or give a concrete example please? Are you storing field names in your memo field or something? bthill 04-18-2002, 09:21 AM I actually used the following where statement in my query and it worked: like "*" & [fieldname] & "*" Thanks! |