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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fixed width qry export to text - columns not working

Status
Not open for further replies.

arpeggione

Programmer
Nov 23, 2005
99
US
Hi: I am exporting an Access 2003 qry to a fixed width text file. One column is 40 max characters wide (some records are 10 characters - some 35, etc for this column). What I've found is that as this column varies, the starting point of the next column also varies - so the fixed width isn't working. My columns in the Export Spec (Fixed Width) are as follows:

Field Name Start Width
MID 1 9
ASSY 10 4
Description 14 40
Qty 54 5
UOM 59 2

I have also tried this using a loop, fixed width variables and writing to a text file, but end up with the same problem. Can anyone help? Thank you in advance...

Karen
 
Duane: Thx for your msg. I will try this out and get back. It may be a few days...Cheers, Karen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top