If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Access data type conversion

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-05-03, 17:20
Infinitation Infinitation is offline
Registered User
 
Join Date: Sep 2003
Posts: 1
Access data type conversion

Have an issues with converting a data type.

Currently i have two columns that have entries such as 73.125 in every cell. There are 79,900 entries. Currently the column is a text data type and I need to convert it to a number format. However, whenever I try to do this the decimal points get cut off. It is crucial that I keep the decimal points. Is there anyway to do this within access, or through a processing page in ASP?

- Conrad
Reply With Quote
  #2 (permalink)  
Old 09-27-03, 08:14
peter peter is offline
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 32
Try this:

1) Export your table into a TXT file.
2) Re-import your TXT file and use the following parameters:
delimited width
text qualifier: "
data type: double

It takes long to convert 79,900 entries but it works.

peter
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On