C
CPutnam
Hi, all. I'm attempting to create a merge document that draws its'
information from multiple Access queries. The data that I need to include
in the document comes from multiple tables. I've created 3 queries -- one
combines information from about 6 tables and the other two just have
information from 1 table each. I split the queries out this way to try and
get around the problem with relational databases that if there isn't any
information in one of the tables in a query then the whole query returns
nothing. (And if I try to do Right Joins to get around this problem, Access
gets really mixed up.)
I've found out (through reading this newsgroup and others) that each merge
document can only have one data source. I've also found out that Master
documents are too buggy to count on (especially since the merge document
will be distributed to multiple users in many different locations). I also
tried to create other merge documents for using the two other queries as
their data sources and then use {INCLUDETEXT} to bring in information from
those documents but the "master" merge document didn't want to use any
fields that weren't in the main data source.
I could do multiple merges into different documents and than have the users
copy and paste into the "master" merge document but I can already hear the
protests!
Does anyone have any ideas at all that might help me? Are there
alternatives to using Master Documents? Thanks in advance. Carol.
information from multiple Access queries. The data that I need to include
in the document comes from multiple tables. I've created 3 queries -- one
combines information from about 6 tables and the other two just have
information from 1 table each. I split the queries out this way to try and
get around the problem with relational databases that if there isn't any
information in one of the tables in a query then the whole query returns
nothing. (And if I try to do Right Joins to get around this problem, Access
gets really mixed up.)
I've found out (through reading this newsgroup and others) that each merge
document can only have one data source. I've also found out that Master
documents are too buggy to count on (especially since the merge document
will be distributed to multiple users in many different locations). I also
tried to create other merge documents for using the two other queries as
their data sources and then use {INCLUDETEXT} to bring in information from
those documents but the "master" merge document didn't want to use any
fields that weren't in the main data source.
I could do multiple merges into different documents and than have the users
copy and paste into the "master" merge document but I can already hear the
protests!
Does anyone have any ideas at all that might help me? Are there
alternatives to using Master Documents? Thanks in advance. Carol.