Dick7Access
Dick S
- Local time
- Today, 12:29
- Joined
- Jun 9, 2009
- Messages
- 4,343
I am having a problem with doing a mail merge between my main db and a word doc. The fields in the Word doc are suppose to get data from a query that only includes 10 fields. Yet when I look at insert merge field it list all the fields in the db which are many. When I try and merge it just sits there and works and works, and never competes. It’s a merge that I have done for years without a problem, but even with the old word doc and same query’s its not working. I have tried making a new query and new word doc but nothing works. Anybody have any ideas.
Code:
SELECT tblCHURCHES.LastMonth, tblCHURCHES.ThisMonth, tblCHURCHES.sorte, tblCHURCHES.txtChurch, tblCHURCHES.txtAdd, tblCHURCHES.txtCity, tblCHURCHES.txtState, tblCHURCHES.txtZip, tblCHURCHES.txtNameF, tblCHURCHES.txtNameL, tblCHURCHES.CHID
FROM tblCHURCHES
WHERE (((tblCHURCHES.sorte)="E"))
ORDER BY tblCHURCHES.txtChurch;