How can I move a value into a BookMark during a merge

atrium

Registered User.
Local time
Today, 17:05
Joined
May 13, 2014
Messages
348
I need to use some vba to move a value into a bookmark during a merge operation with a word document in access.
I can check if the bookmark exists on the document during the merge but I'm not sure how I can move a value into the bookmark

The value I want to move in comes from a form variable. I tried to put it into the query but when I run it I get the "Too Few parameters error"

Any Ideas:banghead:
 
..
The value I want to move in comes from a form variable. I tried to put it into the query but when I run it I get the "Too Few parameters error"

Any Ideas:banghead:
Show the SQL-string for the query.
 
I no longer have the problem. I no longer rely on the form variable.

PROBLEM SOLVED

Thank you to all those that gave it some thought'

atrium
 

Users who are viewing this thread

Back
Top Bottom