Tagged Questions
0
votes
1answer
624 views
Word mergefield wildcard not correctly matching
Below is my mergefield code:
{ IF { MERGEFIELD Subs_State } = "GA" "blah blah" "{ IF { MERGEFIELD CEOrgStates } = "GA" "blah blah" ""} "}
I'm pulling records from a MS Access db. My goal is to check ...