Hi Duane: Thanks for the response. This is the structure and formula that I have used before " =UCase([Addr1]) ".
I tried it in the Validation field of the record properties. It came back with error "invalid SQL syntax-cannot use multiple column-level CHECK constraint".
I tried various methods of using the format area, and considered creating a mask but those ideas didn't work as it does'nt draw the information from the other column (Addr1).
I considered the fact that this is a Validation" rather than a conversion, and so I tried the same formula in the "default' field of the properties, and it erred: " database engine does not recognize either the field 'Addr1' in a validation expression, or the default value in the table Main."
(Yes, the field that I am trying to convert from (mixed)lower case is called "Addr1" being the line one of the address fields. The field (column) into which I am trying to convert the data into uppercase is LABEL_1 (exactly that: I want labels printed to be in CAPS, hence this exercise in futility so far), and the table is called Main.
To review the scenario again:
I have a small (population 6200 rows) database. All of the data is in one table. Addr1 and Addr2: 1 =line1 address (building# Street#, Street name) and 2 = line2 address (PO Box#s)are the two address fields of concern.
The only two 'redundant' fields are the other expressions of
Addr1 and Addr2, which are LABEL_1 and LABEL_2, which must >print< in CAPS. I don't much care how it displays on the screen, but it must be stored and printable in CAPS.
The form where data is input to is input normally: caps for first letters of names, etc, and lower-case for the remainder. We need that data in that format for typical correspondence. However, for automated mail-scanning, the address must be in CAPS when run off for the postman. Prior to this, I just exported the whole database to Excel, did an "Upper(xxxx)" to convert the lines to CAPS, and re-imported it or 'updated' it to the LABEL fields.
That's wearing thin, and so am I.
Again: I thank you very much for your input, but it doesn't seem to work in the situation. Other suggestions, please?