Jump to content
  • 0

Change values in an existing field in a table to all lower case


RossChevalier

Question

5 answers to this question

Recommended Posts

  • 0

Could probably do something like below. 

Obviously, instead of BidTable use the table you need to edit. And, instead of BidName, use the field that you need to be changed. Just make that field equal itself, while inside the lowercase block.

The WHERE clause is because I'm not sure how many records are in your table. There is a 10,000 Max # of Affected Records limit for tasks and triggers. So, if you have more than that, you will need to break this down into multiple parts. Hopefully your table has an ID, if not, they are easy to add and delete afterwards if you need. Once you run the first task, change the ID values in the WHERE clause to '9999' to '19998', and so on. I usually like to do 9,000 intervals.

tolowercase2.PNG

Link to comment
Share on other sites

  • 0

If your account doesn't have triggered action or task (explore plan) what I can suggest is to create a new field on on your table, set its DataType to Formula and use Lower([field]), and convert that new field again to text once done . This is a lot laborious than using task but account with lower subscription plan can use this as an option.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...