Hi all,
I am trying to pull some data from an Access database based on whether a field value is 1 or 0 (yes or no, ticked or unticked). I have built the query and the correct data is selected. I then built a word document to generate a mail merge from this.
Pretty simple stuff so far.
What I want to do is update the database with a value of 1 on the field I originally selected on, so that if the same mail merge is run again, the same people will not receive the letter.
Make sense?
Select all records where somefield = 0
once the mail merge is comeplete
update all records where somefield = 0 with somefield = 1.
How can I get word to update the database with a new field value? I have set the letter to have Read/Write access to the database.
I am trying to pull some data from an Access database based on whether a field value is 1 or 0 (yes or no, ticked or unticked). I have built the query and the correct data is selected. I then built a word document to generate a mail merge from this.
Pretty simple stuff so far.
What I want to do is update the database with a value of 1 on the field I originally selected on, so that if the same mail merge is run again, the same people will not receive the letter.
Make sense?
Select all records where somefield = 0
once the mail merge is comeplete
update all records where somefield = 0 with somefield = 1.
How can I get word to update the database with a new field value? I have set the letter to have Read/Write access to the database.