473,399 Members | 2,146 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,399 software developers and data experts.

My is TransferText exporting Text and Binary data?

I'm using a transferText command on a Query that is joining several
tables and pulling data off of a form. However all the fields from the
form are coming across as what I believe is Binary data. Am I missing
some sort of setting in the transferText function?

DoCmd.TransferText acExportDelim, , "qryDistributionListForExport",
strFileName

an example:
Incorrect:
30 00 30 00 30 00 30 00 30 00 30 00 30 00 31 00 35 00 30 00 30 00 37 00
,"stringofNumbers","lastname","firstname","","1074 ",$375.00,35 00 37 00
31 00 31 00 ,39 00 ,"9025748725",1,,31 00 37 00 30 00 35 00 31 00 30 00
,"lastname, firstname ","stringofNumbers","Left3 stringofNumbers"

Should be:
00000001111
,"stringofNumbers","lastname","firstname","","1074 ",$375.00,35 00 37 00
31 00 31 00 ,39 00 ,"9025748725",1,,55555 ,"lastname, firstname
","stringofNumbers","Left3 stringofNumbers"

Dec 29 '06 #1
0 1066

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jason.gyetko | last post by:
I am exporting a table using the TransferTextMethod: DoCmd.TransferText acExportDelim, "File Specification Name", "Table/Query Name", "Path" This works fine for exporting the extire table,...
2
by: carrionk | last post by:
Hi I'm trying to export an ADO Recordset generated at Runtime to a txt file. I know that you have two options for exporting Access information: 1) TransferText 2) Reading / Writing Text...
0
by: Chris | last post by:
Hi, I am using the command below for exporting data to text file. One of the query columns has SINGLE number type with decimal ponts as auto. DoCmd.TransferText acExportDelim,...
6
by: Tim Marshall | last post by:
IN trying to export a Jet query (an actual saved Jet querydef which is written against a pass through query - not that that should be a problem) to text via either the File->Export... menu item or...
3
by: Jim M | last post by:
I am trying to 'grab' a backend data path and filename from a text file (to be used when updated front ends are installed by users). I store this information by running: DoCmd.TransferText...
1
by: John Graham | last post by:
I'm using a transferText command on a Query that is joining several tables and pulling data off of a form.  However all the fields from the form are coming across as what I believe is Binary...
5
by: Dave | last post by:
Hello, I have a possible problem exporting a text field that happens to contain dates (but is not a date field) when using TransferText in MS Access 2000. I am exporting a query to a text...
0
by: stuart | last post by:
I seem to have a problem with the use of the TransferText function. In 2 applications that I have, every few months, it seems to not export a few records from a table. In another application,...
7
ollyb303
by: ollyb303 | last post by:
Hi, I am having a bit of a problem with TransferText macro. I am using TransferText, Export Delimited (no field names) to export the results of a query as a .csv file. The query is based on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.