I have a table in which there is a field for employee names. I want the names to be in all caps, as opposed to how they were entered. Its too late for an input mask, as the names are already entered. I want an update query to re-format the field in all caps. I tried this:
Format(Str([name]),">"
But it didn't work.
Can anyone tell me what's wrong with my update query, and provide me with one that will work?
Format(Str([name]),">"
But it didn't work.
Can anyone tell me what's wrong with my update query, and provide me with one that will work?