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

Access export

Status
Not open for further replies.

busalesl

MIS
May 19, 2003
3
GB
I want to export 1 field from an access table into a text file. I can do this no problem into a file where each record is on a separate line, but the format that I want is "record1,record2,record3" etc.

I'm struggling, any ideas would be appreciated [afro]
 
Hi,

You open the text file in Excel using the Text Import Wizard.

Depending on the number of rows (if it's greater than 255, this will not work)...

copy the list

select a blank sheet A1

paste special - transpose

save as delimited text

VOLA :)


Skip,
Skip@TheOfficeExperts.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top