G
Guest
I am having a problem with capitalization in a report.
I am using strconv([Field],3) to have initial caps from the report I am
creating. However, there are items that I do not want initial caps, I want
all caps. I have searched but cannot find an adequate response.
Here is a sample of my input data:
What I have: What I want: What I get:
BILL SMITH, MD Bill Smith, MD Bill Smith, Md
ACME SIGNS, LLC Acme Signs, LLC Acme Signes, Llc
JOHN ATTORNEY, PA John Attorney, PA John Attorney, Pa
Obviously, the MD, LLC, and PA should be allcaps. There is probably some
way to build a list of exceptions or write a program...sort of "if Llc then
LLC" but I am not sure how to do this.
I am using strconv([Field],3) to have initial caps from the report I am
creating. However, there are items that I do not want initial caps, I want
all caps. I have searched but cannot find an adequate response.
Here is a sample of my input data:
What I have: What I want: What I get:
BILL SMITH, MD Bill Smith, MD Bill Smith, Md
ACME SIGNS, LLC Acme Signs, LLC Acme Signes, Llc
JOHN ATTORNEY, PA John Attorney, PA John Attorney, Pa
Obviously, the MD, LLC, and PA should be allcaps. There is probably some
way to build a list of exceptions or write a program...sort of "if Llc then
LLC" but I am not sure how to do this.