R
Richard
I'm looping through code in VB6, using ADOX to modify an Access 2000
query and update the catalog. It then passes the query name (not its
SQL) to a macro in an open Word 2000 document. The macro then connects
via DDE to the query to run a Mail Merge.
About 25% of the time, however, its picking up the previous
iteration's query. Is this likely because Access itself hasn't re-read
the catalog, or is there a DDE cache that has to be flushed? Any
suggestions?
query and update the catalog. It then passes the query name (not its
SQL) to a macro in an open Word 2000 document. The macro then connects
via DDE to the query to run a Mail Merge.
About 25% of the time, however, its picking up the previous
iteration's query. Is this likely because Access itself hasn't re-read
the catalog, or is there a DDE cache that has to be flushed? Any
suggestions?