- Joined
- Aug 24, 2018
- Messages
- 1
- Reaction score
- 1
Trying to filter Long text string in one table field with text string in different tables field.
A table would be better to input, compare, then replace.
Right now using Replace function that works but will get cumbersome as more text is added:
TYPEDESCRIPTION: IIf(([MaintCodeID]),"",Replace(Replace(Replace(Replace(Replace(Replace([reli_description],"D: ",""),"Comply with scheduled maintenance code: ",""),"Comply with a ","")," COMPLY WITH CURRENT REVISION OF ","")," Comply with Fan balance on ","")," Comply with EA ",""))
Basically I have a paragraph of text (Long text) that I want to filter with shorter text from another table. I have this working get with short text and joining the table.
However, Access won't let me connect Long Text fields. Tried several workarounds on net but none have worked so far.
A table would be better to input, compare, then replace.
Right now using Replace function that works but will get cumbersome as more text is added:
TYPEDESCRIPTION: IIf(([MaintCodeID]),"",Replace(Replace(Replace(Replace(Replace(Replace([reli_description],"D: ",""),"Comply with scheduled maintenance code: ",""),"Comply with a ","")," COMPLY WITH CURRENT REVISION OF ","")," Comply with Fan balance on ","")," Comply with EA ",""))
Basically I have a paragraph of text (Long text) that I want to filter with shorter text from another table. I have this working get with short text and joining the table.
However, Access won't let me connect Long Text fields. Tried several workarounds on net but none have worked so far.