Saving Access Files as txt output

A

AFKAFB

Hi
I've a number of access tables that i need to save as pipe delimited
text files.
That part is okay.
But now the recepients require the files to have a header and footer
saying for example the date the file was created on one row, the number
of records on the next and on the footer other stuff on different rows
etc.
I guess i'll have to first save the file as txt, then run a
procedure/macro that will open the file and insert the code.
How do i do this please?
Regards
chris
 
Top