cheyenne2002
Instructor
How can I tell the following code to capitalize the state if the user puts it into the database in lower case. I have the problem fixed on the input form, but I am not sure how to do it on the form. I have listed below the code that gives me the summary total.
="Summary for the state of " & [ST] & " (" & Count(*) & " " & IIf(Count(*)=1,"detail record","detail records") & ")"
What do I need to do to get the two letter state to always be displayed in CAPS?
Thank you
Sam
="Summary for the state of " & [ST] & " (" & Count(*) & " " & IIf(Count(*)=1,"detail record","detail records") & ")"
What do I need to do to get the two letter state to always be displayed in CAPS?
Thank you
Sam