Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 207784 - Last Review: July 15, 2004 - Revision: 1.1
ACC2000: MS Access Behavior When Importing Data to Fields with Default Values
This article was previously published under Q207784
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
Novice: Requires knowledge of the user interface on single-user computers.
When you import data into an existing Microsoft Access table that has default values specified for certain fields, the default values will not be used to populate any blank fields for the imported data.
Access does not make use of default values when importing data.
Access does not use the default value for a field to change existing data. It does not matter if the existing data exists in an Access table or in an external file; the individual fields will not be modified by the default value.
Steps to Reproduce Behavior
CAUTION: If you follow the steps in this example, you modify the sample database Northwind.mdb. You may want to back up the Northwind.mdb file and follow these steps on a copy of the database.
- Open the sample database Northwind.mdb.
- Make a copy of the Customers table (Structure Only) and save the copy as CopyOfCustomers.
- Open the CopyOfCustomers table in Design view and add "Chicago" to the DefaultValue property of the City field.
- Close and save the table.
- Open the Customers table in Datasheet view and delete several of the cities from the City field, and then close the table.
- Follow these steps to export the table:
- On the File menu, click Export.
- In the Save in box, select the root of drive C. In the Save as type box, select Text Files, and then click Save.
- In the Export Text Wizard, select Delimited, and then click Next.
- Click to select the Include Field Names on First Row check box, select the Comma delimiter, select the single quotation mark (") as the Text Qualifier, and then click Finish.
This will create the Customer.txt file in the C:\ folder. - Click OK when informed that the export is complete.
- Follow these steps to import the table:
- On the File menu, point to Get External data, and then click Import.
- In the Import dialog box, select the root of drive C in the
Look in box, select Text Files in the Files of type box, select the Customers.txt file, and then click Import.
- In the Import Text Wizard, select Delimited, and then click Next.
- Click to select the Include Field Names on First Row check box, select the Comma delimiter, select the single quotation mark (") as the Text Qualifier, and click Next.
- Select In an Existing Table, click CopyOfCustomers, and then click Finish.
- Click OK when informed that the import is complete.
- Open the CopyOfCustomers table in Datasheet view.
Note that for cells in the City field that were blank, the default value for the field has not been added.
For more information about importing data, click
Microsoft Access Help on the
Help menu, type
Import data in the Office Assistant or the Answer Wizard, and then click
Search to view the topic.
APPLIES TO
- Microsoft Access 2000 Standard Edition
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate