C
Chris Lines
Guys
More help pls. I am using this string in my form header
=Replace("Post File No: |","|",Nz([TaskPostFileNo]," (New)"))
It works fine, but returns "Post File No" in lower case and without the
dividing forward slash. Looks like this ... admlh1234 ... but should look
like this ... ADMLH/12/34. There's a complicating factor. Post File No has
recently changed format so now it looks like this ... LH/12/34. I am using a
validation rule and capitalisation format in the underlying table.
If I understand other posts around conditional formatting, I need to add
FORMAT to my string to get it looking how I want it to look. I don't have any
idea how to structure the string. Very grateful for any help. Thanks in
advance.
Chris
More help pls. I am using this string in my form header
=Replace("Post File No: |","|",Nz([TaskPostFileNo]," (New)"))
It works fine, but returns "Post File No" in lower case and without the
dividing forward slash. Looks like this ... admlh1234 ... but should look
like this ... ADMLH/12/34. There's a complicating factor. Post File No has
recently changed format so now it looks like this ... LH/12/34. I am using a
validation rule and capitalisation format in the underlying table.
If I understand other posts around conditional formatting, I need to add
FORMAT to my string to get it looking how I want it to look. I don't have any
idea how to structure the string. Very grateful for any help. Thanks in
advance.
Chris