The information in this article applies to:
Novice: Requires knowledge of the user interface on single-user computers. SUMMARYWhen you import data into Microsoft Access, trailing zeros may be lost. This will happen when you import data that is formatted to show these zeros, but where the zeros are not actually part of the data. For example, in a Microsoft Excel workbook, you can format the number 1234 so that it will be displayed as 1234.000. When you import this workbook into a Microsoft Access table, the number will be displayed as 1234. This article shows you how to preserve trailing zeros when you import data into Microsoft Access. MORE INFORMATIONThe following example illustrates how to import formatted numeric data from a Microsoft Excel worksheet into a Microsoft Access database, and then how to create a query that filters the numbers. Creating the Import Data FileThis section shows you how to create a Microsoft Excel worksheet that has numbers formatted to contain trailing zeros in each cell. It then shows you how to save the worksheet to a text file to retain the trailing zeros. These trailing zeros are part of the number format, not part of the data itself.
Importing the DataThis section shows you how to import the data into Microsoft Access.NOTE: The numbers in the new table will appear the same as they did in the Excel workbook.
Using the Numeric Value of the DataThe following example shows how you can use the CVar() function to have the contents of the field be evaluated as a Number data type rather than as a Text data type. Because the data is in a text format, you may not receive the expected results when running the query, unless you use the numeric value of the number.
REFERENCESFor more information about data types, click Microsoft Access Help on the
Help menu, type "data type" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned. Additional query words: inf
Keywords : kbdta IsmTxtd IsmTxtfx TblDatyp |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |