G
Guest
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?
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?
