473,386 Members | 1,842 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

AcExportDelim or AcExportMerge having problems

489 256MB
I have tables that contain number fields set up as Double that have up to 4 decimal places ex: 0.07395. I do a backup of the data using the
Expand|Select|Wrap|Line Numbers
  1. Docmd.transfertext acExportDelim,,"Master", "c:\port\master.txt", true
I've also tried the
Expand|Select|Wrap|Line Numbers
  1. Docmd.transfertext acExportMerge,,"Master","C:\port\master.txt", true
they both work but the 4 Decimal fields only come across with 2 decimals. So when I restore the data using the
Expand|Select|Wrap|Line Numbers
  1. docmd.transfertext AcImportDelim,,"Master","c:\port\master.exe", true
I loose two decimals.
What do I need to do to fix this?
Thanks
Oct 2 '14 #1

✓ answered by twinnyfo

The only way I know how to export it is to have it as a field in a query and use the Format() function. It is kind of ridiculous that Access doesn't export based on the settings of the field....

4 1952
twinnyfo
3,653 Expert Mod 2GB
I hate to say it, but I have had strange experiences with Doubles showing up with two decimal places when I only want one, but only when I export the numbers or use them in a query (with no format set).

I assume "Master" is a Table? If it was a query, you could set the decimal places using hte Format() function, but if you have many fields, this query then becomes ugly--but it is doable....
Oct 3 '14 #2
CD Tom
489 256MB
Yes master is a table but I have three other tables that are doing the same thing. There has to be a way to export this data and them import it back with the same number of decimals.
Oct 3 '14 #3
twinnyfo
3,653 Expert Mod 2GB
The only way I know how to export it is to have it as a field in a query and use the Format() function. It is kind of ridiculous that Access doesn't export based on the settings of the field....
Oct 3 '14 #4
CD Tom
489 256MB
I'll give that a try, thanks.
Oct 3 '14 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: paul | last post by:
Hi everyone, I'm having problems displaying a date in the correct format and I was wondering if anyone knew how to help. I'm using pear to extract a date from our back end database (the date is...
0
by: George | last post by:
I have two tables and want to find the Maximum date for a given GIN. I have been able to produce the result in Sybase but I am having problems in Oracle. Example of my query in Sybase. create...
8
by: Michael C | last post by:
Hi all, I'm still having problems with VS.NET 2003 running on my XP machine. I finally decided I might as well uninstall completely and reinstall from scratch. But lo and behold it won't let...
4
by: Charles | last post by:
I am still having problems with sessions crossing over from other sessions. What I mean by this is that Mary may get just some or all of Renaeā€™s information. I think that what is going on with...
11
by: Rick Mogstad | last post by:
I know this is probably not the group for this, but i know that these groups are fairly active, and that the people are usually willing to help. Is anyone else experiencing this? The news...
7
by: Ron | last post by:
Hi All, It's taking a long, LONG time for me to see a post from here (and other NGs too, for that matter--which is why I think it may be me...). Sometimes it takes 2-3 minutes after clicking...
2
by: l46kok | last post by:
Hello. This is the first time I'm encountering vectors and I'm having problems. I want to create a vector filled with objects, but as soon as I try to invoke a function within the object, ...
1
by: tshad | last post by:
Some of my regular expressions don't seem to work correctly in IE7. I am on asp.net 1.1. I have a site that has been up for a while and I started having problems on machines with IE7. IE5 and...
3
by: i80and | last post by:
I'm working on a basic web spider, and I'm having problems with the urlparser. This is the effected function: ------------------------------ def FindLinks(Website): WebsiteLen = len(Website)+1...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.