Is there a way of setting up a generic ex****t specification that is not
based
on field names? I have applications where I am ex****ting 3 or 4
versions
of the same query, but with slightly different field names, i.e. qry 1
requires all fields and data, qry 2 has the same structure, but some
fields
use formulas or null forcing changes in the original field names. These
are
being ex****ted as delimited fields with the same number of fields. I
want
to avoid having to create a new format for my VBA code to reference each
time
I make a slight change in a query.
Does that make sense?
Paul