N
notDave
I have a query I am exporting to a txt file and I need to
include a header record.
Any suggestions?
Right now I'm putting my header information in it's own
table and doing a union all with my query to add the two
together. But I have to create bogus columns with null
values in them to match the columns in my query. I also
have to slice the header up into the same field lengths as
my joined query, etc. I've got 11 different headers for
11 different exports and things are getting too messy.
Any advice or direction would be greatly appreciated.
~notDave
include a header record.
Any suggestions?
Right now I'm putting my header information in it's own
table and doing a union all with my query to add the two
together. But I have to create bogus columns with null
values in them to match the columns in my query. I also
have to slice the header up into the same field lengths as
my joined query, etc. I've got 11 different headers for
11 different exports and things are getting too messy.
Any advice or direction would be greatly appreciated.
~notDave