you could create an "Update" Query <br>with UCase([myfield]) <br>Make a new query <br>Add the table you want to update<br>Click the "Query" menu then "Update Query"<br>Drag the field you wan to make uppercase down to the grid.<br>In the "Update To:" box put UCase([myfield]) <br>where myfield is the name of your field.<br>then run it.<br>I would also suggest that you make a copy of your Table before you run any update, append or delete query.<br>Cause you can not reverse the results if its wrong.<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.