Export to CSV file

G

Guest

I need to create a CSV file with different record typess but each record
totals 300 bytes. I know how to export tables and queries but so far I've
only used single tables or queries. Can anyone help please? This is like a
redefine statement in COBOL for those who know it.
 
N

Nikos Yannacopoulos

AFAIK you cannot export multiple objects in one .CSV automatically. One
way around it is to create your file line by line in VBA code, by
opening each object in turn as a recordset, and looping through each
record and writing it to the text file.

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top