Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Export Problem! 1

Status
Not open for further replies.

jdaily

Technical User
Jan 19, 2004
53
US
Running an Access 2000 database on Windows XP.

I am trying to export a table in text format and I want to keep the same number formats as are in the table. But when I do the export it drops any ending zeros off of the numbers. Two of the fields have numbers that I need to go out to 7 and 6 decimal places respectively. Even exporting to Excel or .csv doesn't work.

I have also tried to export it from the query that makes that specific table.

Any thoughts?

Thanks,

John
 
Have you tried changing your query to:
Code:
Format([NumberField], "0.0000000")

Hope this helps,

Alex

A wise man once said
"The only thing normal about database guys is their tables".
 
Perfect! Works like a charm!

Thanks!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top