View Single Post
  #1   Report Post  
Ray_Johnson
 
Posts: n/a
Default Text Form Field question

I'm using Word 2003. I have a text form field named Text1, regular text,
length limited to three characters, fill in enabled, calculate on exit
enabled. The form is protected.

With the following in Ctrl-F9 braces:

{ IF { Text1 } = €ś45C€ť €śLake County€ť }{ IF { Text1 } = €ś45D€ť €śLake District€ť
}{ IF { Text1 } = €ś49C€ť €śMarion County€ť }

If I type 45 and anything after it (e.g. 45A or 45B or 45C or 45D or 45E,
etc.) I get the response of €śLake CountyLake District€ť.

If I type 49 and anything after it (e.g. 45A or 45B or 45C or 45D or 45E,
etc.) I get the response of €śMarion County€ť.

How do I make it check for the correct third character?