C
CPutnam
Hi, all. I know how to produce WordMerge format files from Access queries
using ExportTo. It is great how these files come out with the field names
as the first record. I have 3 queries that I need to create WordMerge
format files for BUT I also need to combine those WordMerge files into ONE
file (with all the field names at the beginning of the file) because I have
one merge primary document that needs ALL the information from the queries.
I can't create one query with all the data because there is a distinct
possibility that at least one of my tables just won't have the data so the
query result would be blank, rather than having all information except for
the missing data. (And I've tried to use Right Joins for this large queries
but Access chokes because it doesn't like to deal with more than one Right
Join at a time).
I'd appreciate hearing any ideas you have. Thanks in advance. Carol.
using ExportTo. It is great how these files come out with the field names
as the first record. I have 3 queries that I need to create WordMerge
format files for BUT I also need to combine those WordMerge files into ONE
file (with all the field names at the beginning of the file) because I have
one merge primary document that needs ALL the information from the queries.
I can't create one query with all the data because there is a distinct
possibility that at least one of my tables just won't have the data so the
query result would be blank, rather than having all information except for
the missing data. (And I've tried to use Right Joins for this large queries
but Access chokes because it doesn't like to deal with more than one Right
Join at a time).
I'd appreciate hearing any ideas you have. Thanks in advance. Carol.