Batch Modify field instances in Access 2003

Source: Internet
Author: User
Tags table name

Although now because of the data storage capacity, data processing speed needs, access has gradually exited the family of relational databases, but for many schools and remote computer systems in particular in the country and some of the system is using Access 2003, today also a database table modification needs, revisit this knowledge.

To use more than 2003 versions of Access,

Now it is necessary to the table Nc_flashlist in the title field of the "Small game download" all changed to "online games." The operation is as follows:

After you open the database, query---> Create a query in Design view,

Then close the pop-up window, right-click in the margin, and select SQL view.

Then enter the SQL statement in the blank space:

Update nc_flashlist set Title=replace (title, ' Little Game Download ', ' online games ')

The exclamation point in the last dot toolbar to execute the command

SQL Statement Description:

Update [table name] set [field name]=replace ([Field name], ' AA ', ' BB ')

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.