Transfer Text - want to add a Header Row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Transferring table to text file, delimited, no field names, but I want to add
a Header Row that includes date, bank information, etc. Can't find a way to
add this in export wizard. Do I have to export the txt file to another
application to create this header row?
 
Aleon,

Depending on the details of what you are doing, it mat be possible to
use a Union Query as the basis if your export, where the required header
information is prepended to the table data.
 
Thanks for your reply. The header data would be a text string with the bank
information, and a date field with Date (), so I don't think a Union query
would work. I had hoped this could be added through the export wizard
somehow.
 
Aleon,

No, sorry, the export process relates to data, and does not cater to
cosmetics. So unless you can get the header information to be
interpreted as data, you will need to take care of this in another way.
 
Back
Top