Convert to csv

G

Guest

Hi,

I asked someone in our office and he said that when you convert a table in
acess to csv you need to have the acess table formatted as text, or else the
data will be stored in the csv file incorrectly. My problem was that there
were numbers in the acess table and the csv file only had 2 decimal places.

Problem now = when I change the format of the acess table to text - it says
error not enough space. There are 360,000 rows.

Is there a way around this problem?

Thanks
 
K

Ken Snell \(MVP\)

Create a query that is based on the table. For each field that doesn't
export correctly via TransferText (macro action or VBA programming), replace
it with a calculated field that uses the Format function to properly export
the data as desired.
 

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

Top