I am having fits with merging a table with a document using access 2010.
My issues is when I reopen the document it displays {MERGEFIELD "Client_First"} {MERGEFIELD "Client_Last"} in the fields where I would expect to see the first and last name of the client. Also when I click on the mailings button I have to create a new connection to the data source to get it to pick up the record I want.
I am using vba code so that when the user selects the letter they want in Access the file opens.
What seem to be happinging is when the form is opend via VBA the form in not updateing with the new information, nor displaying correctly.
Odd thing is that if I just navigate to the word doucment ( not using the cmd button in access) in explore and open it it asks if I want to reconnect to the data.
What I want is that the user clicks the cmd button in access and the letter oppens and all they view is the results of the merge. Not {MERGEFIELD "Client_First"} {MERGEFIELD "Client_Last"}
Any advice?
thanks