change filed properties

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with 400000 records and I need to chage the properties of
three fileds. Any help in getting this done without my computer locking would
be greatly appreciated.

Thanks
 
Compact your database:
Tools | Database Utilities | Compact

If it is still struggling when you attempt to change the field properties
(types? sizes?), create a new (blank) database:
File | New
Then import the structure of the table only:
File | Get External | Import
In that dialog, click the Options button, choose Structure Only, and then
Import.

Now you can modify the structure instantly, because there is no data.

After that, attach the original table that does have the data:
File | Get External | Link
Create a query into the linked table.
Change it to an Append query (Append on Query menu).
Map the fields.
Run the query.

The data is now appended into the modified table structure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top