export access97 to a text file

dataloader

New Member
Joined
Feb 12, 2003
Messages
2
Hi...old problem, but first time I've seen this forum...so can't hurt to try this question here. Every month I am given 50 tables in access97 and my job is to take the data and put it to a flat file for loading into a separate database. Well, when the columns contain numbers with decimal places of more than two, they are truncated to two decimal places in the exported text file. I know this is by design, but it's a dumb design...how do I get around this?

For now I have to save the access tables into EXCEL, and THEN save to text. Not pretty especially when some of the tables are more than 65500 rows and I have to split them up before saving them to excel.

Thanks for any help!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
No, the ODBC connection is too slow to export the data from 40 tables with some the number of rows in some tables around 200 000 in number.

Also, using Format([columnname],"##0.000000000")
as the field names is not suitable as there
are 60 columns in some tables.

THANKS for the help
 
Upvote 0

Forum statistics

Threads
1,221,501
Messages
6,160,175
Members
451,629
Latest member
MNexcelguy19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top