Amanda,
All data in Access and in most databases, is just stored in
a very raw format. Whether you export data as tab delimited
or comma delimited or whatever, it is still just seperators
of the pieces and has nothing to do with spacing.
If you are counting on the data to provide your spacing on a
report, that is the reverse of how it works. The data is
data. You need to work with the controls on the report for
formatting, by presetting them or dealing with them
conditionally with VBA Code. If you are exporting raw data
( as it sounds ) it is up to the folks on the other end to
format it as needed. Formatting is a presentation feature
only. Data storage is formatting independent. This gives you
a lot of flexibility on who you show it when.
--
Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
message
I want to output a report in tab delimited format. If I
create an export specification, it decides where the tabs
are, and that is not where I need them to be.