G
Guest
I want to create an update query that takes the value of one field
(INSCRIPTION) and updates the value of another field (LANDOWNER) in such a
way that whatever is in the INSCRIPTION field is stored in LANDOWNER field as
ALL UPPER CASE LETTERS. I know how to format the field in the query and in
the table (using properties), but this does not result in the data being
stored in ALL CAPS. It just results in it being DISPLAYED as all caps. In
fact, I want it to store the data in ALL CAPS, but the table needs to allow
the user to change the data to mixed case at will. Hopefully, this
explanation makes sense to someone who knows how to address it. Thanks!
(INSCRIPTION) and updates the value of another field (LANDOWNER) in such a
way that whatever is in the INSCRIPTION field is stored in LANDOWNER field as
ALL UPPER CASE LETTERS. I know how to format the field in the query and in
the table (using properties), but this does not result in the data being
stored in ALL CAPS. It just results in it being DISPLAYED as all caps. In
fact, I want it to store the data in ALL CAPS, but the table needs to allow
the user to change the data to mixed case at will. Hopefully, this
explanation makes sense to someone who knows how to address it. Thanks!